diff options
Diffstat (limited to 'becommands/help.py')
-rw-r--r-- | becommands/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/help.py b/becommands/help.py index f6cfe3f..bf0b4fc 100644 --- a/becommands/help.py +++ b/becommands/help.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """Print help for given subcommand""" -from libbe import cmdutil, names, utility +from libbe import cmdutil, utility __desc__ = __doc__ def execute(args): |