Add in constants and a tree skeleton for eventual plugins.

This commit is contained in:
Mike Auty
2014-04-08 00:14:29 +01:00
parent 6b542d1782
commit 5f282d673e
4 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
__author__ = 'mike'
import os.path
PLUGINS_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))
+1
View File
@@ -0,0 +1 @@
__author__ = 'mike'
+1
View File
@@ -0,0 +1 @@
__author__ = 'mike'
+1
View File
@@ -0,0 +1 @@
__author__ = 'mike'