From 1dae37de6f85f7bbfca8bf205f2d886d005e3b69 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 29 Sep 2011 00:23:48 +0200 Subject: new common module to add path to mailman to sys.path --- common.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common.py 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, '..')) + -- cgit v1.2.3-1-g7c22