Optimize imports

This commit is contained in:
Ruud
2014-03-12 21:41:29 +01:00
parent 79d6a6f85f
commit 12c08154c5
117 changed files with 507 additions and 279 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import os
from couchpotato import index
from couchpotato.api import addApiView
from couchpotato.core.event import fireEvent, addEvent
@@ -6,7 +8,7 @@ from couchpotato.core.logger import CPLog
from couchpotato.core.plugins.base import Plugin
from couchpotato.environment import Env
from tornado.web import RequestHandler
import os
log = CPLog(__name__)