Dropping main in cli.py, we're sticking to executable script to launch.

This commit is contained in:
Devan Goodwin 2009-07-21 17:40:46 -03:00
parent 5a43c51ae0
commit 1e5d6351dc

View file

@ -615,5 +615,3 @@ CLI_MODULES = {
}
if __name__ == "__main__":
CLI().main()