Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:20:13 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:20:13 (GMT)
commit12b29a9e5677beecdf932987395f7a5f15306af9 (patch)
treef06006ff73c30d6c61bfedf38a2888505b18f11c /commands/common.py
parentc3f2927c630e19a408805e294e383d48cce45250 (diff)
Move bashrc to commands
Not much sense to keep an helpers dir for one file.
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index 37c295a..06c1b47 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -2,7 +2,6 @@ import os
import sys
base_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
-helpers_dir = os.path.join(base_dir, "commands", "helpers")
tests_dir = os.path.join(base_dir, "tests")
sys.path.append(base_dir)