Commit Graph

2 Commits

Author SHA1 Message Date
Trevor Johns
e52271aff9 Generate a valid main.py for use with developer.android.com.
This fixes bugs in divide_and_compress_constants.py that caused a corrupt
main.py file to be generated for developer.android.com. Specifically,
extra quotes are no longer added, __main__ is now in quotes, and
webapp.WSGIApplication() parameters are now correct.

Also moved the call to memcache_zipserve.create_handler() to a seperate
line for readability.

Change-Id: I8906c54e70b2889389a95b92d4fbcf05a6c3e22d
2012-01-27 20:08:25 -08:00
Xavier Ducrohet
b958224f51 Move some scripts that were in development/tools/scripts back in this project
They were moved into sdk/scripts when sdk was split from development.

Change-Id: I8404ae5fdeb9060adb76357f29b42c4c8e2054ee
2009-12-01 13:03:49 -08:00