aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/base.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-12 01:12:17 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-12 01:12:17 -0500
commit8b4ad37815cbef1e06532179f9ca098588d9cb44 (patch)
treeba4810396c75a70ebb2c7ddceea580b2660dbfe7 /libbe/command/base.py
parentbf3d434b244c57556bec979acbc658c30eb58221 (diff)
downloadbugseverywhere-8b4ad37815cbef1e06532179f9ca098588d9cb44.tar.gz
Moved command completion from libbe.ui.util to libbe.command.util
Diffstat (limited to 'libbe/command/base.py')
-rw-r--r--libbe/command/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/command/base.py b/libbe/command/base.py
index 973b840..d18e070 100644
--- a/libbe/command/base.py
+++ b/libbe/command/base.py
@@ -5,7 +5,6 @@ import sys
import libbe
import libbe.util.plugin
-import libbe.ui.util.repo
class UserError(Exception):
pass