]> scripts.mit.edu Git - wizard.git/blobdiff - lib/wizard/command/info.py
More reorganization; make massmigrate catch all Wizard errors.
[wizard.git] / lib / wizard / command / info.py
index 14c04c299dd810acaecea0bad8ff15b67d9b3765..c5c335ce0bbdae74a4b60a2bcf32b20ac4995505 100644 (file)
@@ -11,7 +11,7 @@ def indent(text, indent):
     # There should be a built-in
     return "\n".join([" " * indent + x for x in text.split("\n")])
 
-def info(argv, global_options):
+def main(argv, global_options):
     usage = """usage: %prog info [ARGS] DIR
 
 Prints information about an autoinstalled directory,