mhhh, global options

git-svn-id: http://yolanda.mister-muffin.de/svn@384 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-10-08 03:36:04 +00:00
parent 0025e036bf
commit 22e0d24c51

View file

@ -11,4 +11,5 @@ class Globals(object):
initialization and is available during requests via the 'g' initialization and is available during requests via the 'g'
variable variable
""" """
self.appname = "Application Name"
pass pass