diff options
Diffstat (limited to 'becommands/set_root.py')
-rw-r--r-- | becommands/set_root.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/set_root.py b/becommands/set_root.py index 2ae7e1a..cc21c31 100644 --- a/becommands/set_root.py +++ b/becommands/set_root.py @@ -16,6 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """Assign the root directory for bug tracking""" from libbe import bugdir, cmdutil, rcs +__desc__ = __doc__ def execute(args): """ |