diff options
author | W. Trevor King <wking@drexel.edu> | 2009-12-12 01:12:17 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-12-12 01:12:17 -0500 |
commit | 8b4ad37815cbef1e06532179f9ca098588d9cb44 (patch) | |
tree | ba4810396c75a70ebb2c7ddceea580b2660dbfe7 /libbe/command/base.py | |
parent | bf3d434b244c57556bec979acbc658c30eb58221 (diff) | |
download | bugseverywhere-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.py | 1 |
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 |