* Add plugin dir (only empty subdirs for now).
[matthijs/projects/wipi.git] / plugin / action / __init__.py
diff --git a/plugin/action/__init__.py b/plugin/action/__init__.py
new file mode 100644 (file)
index 0000000..e4ed3b6
--- /dev/null
@@ -0,0 +1,5 @@
+# -*- coding: iso-8859-1 -*-
+
+from MoinMoin.util import pysupport
+
+modules = pysupport.getPackageModules(__file__)