Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pgu/gui/pguglobals.py
blob: dc0e673fd3fa68874a26b56857608dff9fbffbed (plain)
1
2
3
4
5
6
7
# pguglobals.py - A place to stick global variables that need to be accessed
#                 from other modules. To avoid problems with circular imports
#                 this module should not import any other PGU module.

# A global reference to the application instance (App class)
app = None