aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/__init__.py')
-rw-r--r--becommands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/__init__.py b/becommands/__init__.py
index 6b07378..02c977e 100644
--- a/becommands/__init__.py
+++ b/becommands/__init__.py
@@ -2,7 +2,7 @@
__all__ = ["set_root", "set", "new", "remove", "list", "show", "close", "open",
"assign", "severity", "status", "target", "comment", "diff",
- "upgrade", "help"]
+ "help"]
def import_all():
for i in __all__: