From 12b29a9e5677beecdf932987395f7a5f15306af9 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 12:20:13 +0000 Subject: Move bashrc to commands Not much sense to keep an helpers dir for one file. --- (limited to 'commands/common.py') 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) -- cgit v0.9.1