app/soc/logic/system.py
changeset 1592 4465cda55182
parent 1308 35b75ffcbb37
child 1797 f0c83ca3bb08
equal deleted inserted replaced
1591:7ddd92a3702c 1592:4465cda55182
    35   return settings.DEBUG
    35   return settings.DEBUG
    36 
    36 
    37 def getAppVersion():
    37 def getAppVersion():
    38   """Returns the Google App Engine "version" of the running instance.
    38   """Returns the Google App Engine "version" of the running instance.
    39   """
    39   """
       
    40 
    40   return os.environ.get('CURRENT_VERSION_ID')
    41   return os.environ.get('CURRENT_VERSION_ID')
    41