On Tue, Sep 6, 2011 at 12:40 PM, Felix E. Klee <[email protected]>
wrote:
> How do I find out the version number of the app from within the shell?

Finally, I found a solution:

  parser = optparse.OptionParser()
  parser.add_option('-s', '--server', dest='server')
  (options, args) = parser.parse_args()
  options.server.split('.')[0]

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to