diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-03-11 19:17:17 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-03-11 19:17:17 +0000 |
commit | f254781274f35c485befb4f6acedb8fb8d1f797b (patch) | |
tree | 81f82e11fce6aa27abf9853cf9e183d40d593cc5 /becommands/set_root.py | |
parent | 20a48a1ad3f720d915084d6d139b3790cd4630eb (diff) | |
download | bugseverywhere-f254781274f35c485befb4f6acedb8fb8d1f797b.tar.gz |
Implemented plugin system for viewing commands
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 bf1d495..0775da3 100644 --- a/becommands/set_root.py +++ b/becommands/set_root.py @@ -1,3 +1,4 @@ +"""Assign the root directory for bug tracking""" from libbe import bugdir, cmdutil def execute(args): |