projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d19ddf
)
Removed from-style imports
author
Aaron Bentley
<abentley@panoramicfeedback.com>
Fri, 11 Mar 2005 18:11:02 +0000
(18:11 +0000)
committer
Aaron Bentley
<abentley@panoramicfeedback.com>
Fri, 11 Mar 2005 18:11:02 +0000
(18:11 +0000)
commands/severity.py
patch
|
blob
|
history
diff --git
a/commands/severity.py
b/commands/severity.py
index 7a5051adef249d4b43908e4a554086a2c01764ef..a421dd2eefae7ddca17ccf8079357d830f3d50a0 100644
(file)
--- a/
commands/severity.py
+++ b/
commands/severity.py
@@
-1,15
+1,14
@@
"""Show or change a bug's severity level"""
-from libbe.bugdir import tree_root
-from libbe.cmdutil import get_bug
from libbe import bugdir
from libbe import cmdutil
__desc__ = __doc__
+
def execute(args):
assert(len(args) in (0, 1, 2))
if len(args) == 0:
print help()
return
- bug = get_bug(args[0])
+ bug =
cmdutil.
get_bug(args[0])
if len(args) == 1:
print bug.severity
elif len(args) == 2: