Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoideweb/controllers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoideweb/controllers/__init__.py')
-rw-r--r--atoideweb/controllers/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/atoideweb/controllers/__init__.py b/atoideweb/controllers/__init__.py
index 547773f..1f0ec68 100644
--- a/atoideweb/controllers/__init__.py
+++ b/atoideweb/controllers/__init__.py
@@ -1,2 +1,5 @@
# atoideweb import
from atoideweb.controllers.index import app, render
+
+# additional controllers
+from atoideweb.controllers import post, ajax, gallery