diff options
Diffstat (limited to 'becommands/open.py')
-rw-r--r-- | becommands/open.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/becommands/open.py b/becommands/open.py index f7c23c1..654a1f5 100644 --- a/becommands/open.py +++ b/becommands/open.py @@ -16,6 +16,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """Re-open a bug""" from libbe import cmdutil +__desc__ = __doc__ + def execute(args): """ >>> from libbe import tests |