
July 10, 2012
7:51 a.m.
2012/7/10 anatoly techtonik <techtonik@gmail.com>:
Wow! Nice, but still a hack. I doubt many people wouls accept magic files messing in the root dir of the package. The only way it will look good is:
python -m update_sdk.zip sdk_update[.py]
but I don't know if that's supported.
-m does work with zip files (with a __main__.py file) and command line arguments are passed. Or did you expect another kind of support? -- Amaury Forgeot d'Arc