Add missing library for APScheduler.

This commit is contained in:
Bas Stottelaar
2014-10-21 02:54:13 +02:00
parent 2ddb96e134
commit fd7bb4eb7e
7 changed files with 1264 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)