projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a7b4f
)
Removed unused code
author
Aaron Bentley
<abentley@panoramicfeedback.com>
Fri, 11 Mar 2005 20:44:42 +0000
(20:44 +0000)
committer
Aaron Bentley
<abentley@panoramicfeedback.com>
Fri, 11 Mar 2005 20:44:42 +0000
(20:44 +0000)
be
patch
|
blob
|
history
diff --git
a/be
b/be
index 93f8e48e32665a54066391ab88dd8971cd4168a3..d31adcc8e706f28398a26102c18b79dee87bafbc 100755
(executable)
--- a/
be
+++ b/
be
@@
-43,7
+43,6
@@
else:
execute(sys.argv[1], sys.argv[2:])
except KeyError, e:
raise UserError("Unknown command \"%s\"" % e.args[0])
- cmd(sys.argv[2:])
except UserError, e:
print e
sys.exit(1)