Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-28 14:37:58 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-28 14:37:58 (GMT)
commit8dc3fd4d3c26edbd81626b5a7588ac127cb5db97 (patch)
tree05d91a9ea85154d59ccb0f368cc738bf9b021194 /commands
parentc1a2d4baca3a52c14002ab183e025bd2683da132 (diff)
Remove unused import
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index ac39daf..557c074 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -6,7 +6,6 @@ base_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
sys.path.append(base_dir)
from devbot import config
-from devbot import command
from devbot import git