Skip to content

Instantly share code, notes, and snippets.

@akrito
Created September 2, 2009 18:32
Show Gist options
  • Save akrito/179882 to your computer and use it in GitHub Desktop.
Save akrito/179882 to your computer and use it in GitHub Desktop.
m = __import__('server_settings.internal.ljworld.standard',globals(),locals(),['*'],-1)
for k in dir(m):
if k.isupper() and not k.startswith('_'):
locals()[k] = getattr(m,k)
print SITE_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment