X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/b44fba0c01de2db1c61a1902ca488f497c0aa90c..856c67a6f2c8a618e94bf0c72af70e7d65bd10c4:/src/mw/cli.py diff --git a/src/mw/cli.py b/src/mw/cli.py index a822ff2..238f72e 100644 --- a/src/mw/cli.py +++ b/src/mw/cli.py @@ -13,8 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# with this program. If not, see . ### import inspect @@ -69,4 +68,4 @@ class CLI(object): if len(sys.argv) == 1: self.usage() # woo let's go - self.commands[the_command].main() + self.all_commands[the_command].main()