app/soc/logic/system.py
changeset 1592 4465cda55182
parent 1308 35b75ffcbb37
child 1797 f0c83ca3bb08
--- a/app/soc/logic/system.py	Mon Mar 02 19:47:04 2009 +0000
+++ b/app/soc/logic/system.py	Mon Mar 02 19:47:50 2009 +0000
@@ -37,5 +37,5 @@
 def getAppVersion():
   """Returns the Google App Engine "version" of the running instance.
   """
+
   return os.environ.get('CURRENT_VERSION_ID')
-