summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.py b/common.py
new file mode 100644
index 0000000..cc1a52e
--- /dev/null
+++ b/common.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+import sys
+from os import path
+
+contrib = path.dirname(__file__)
+sys.path.append(path.join(contrib, '..'))
+