Added libbe.command.base (with Command class) and moved list command to new format.
authorW. Trevor King <wking@drexel.edu>
Sat, 12 Dec 2009 05:31:55 +0000 (00:31 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 12 Dec 2009 05:31:55 +0000 (00:31 -0500)
commitbf3d434b244c57556bec979acbc658c30eb58221
treea31746f74a9aaaf1d95c4bd7e1ef1ae30041f2f8
parenta153347564e4c6baa0388fda05530f5548d16ac5
Added libbe.command.base (with Command class) and moved list command to new format.
12 files changed:
be
libbe/command/__init__.py
libbe/command/base.py [new file with mode: 0644]
libbe/command/list.py
libbe/ui/__init__.py [new file with mode: 0644]
libbe/ui/base.py [new file with mode: 0644]
libbe/ui/util/__init__.py [new file with mode: 0644]
libbe/ui/util/cmdutil.py
libbe/ui/util/repo.py [new file with mode: 0644]
libbe/util/plugin.py
libbe/util/utility.py
test.py