app/soc/logic/system.py
changeset 2871 e440e94a874b
parent 2865 fee8732830f7
child 2879 cb0f9b4646aa
--- a/app/soc/logic/system.py	Mon Sep 07 20:07:58 2009 +0200
+++ b/app/soc/logic/system.py	Mon Sep 07 20:26:39 2009 +0200
@@ -26,12 +26,6 @@
 import settings
 
 
-def getHostname():
-  """Returns the hostname
-  """
-
-  return os.environ.get('HTTP_HOST')
-
 def getAppVersion():
   """Returns the Google App Engine "version" of the running instance.
   """