]> git.cworth.org Git - turbot/blobdiff - turbot.wsgi.in
Break out rot.py and slack.py from turbot.py
[turbot] / turbot.wsgi.in
index 7817355aa2f619cc650b6b6002512ce69d05ccbc..5a260bfa3446bf0f5328deaadbe6496fee561f88 100644 (file)
@@ -4,4 +4,4 @@ sys.path.insert(0, '${DEPLOY_DIR}')
 from dotenv import load_dotenv
 load_dotenv('${DEPLOY_DIR}/.turbot.env')
 
-from turbot import app as application
+from turbot.turbot import app as application