Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pgu/gui/pguglobals.py
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2009-06-22 14:04:24 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2009-06-22 14:04:24 (GMT)
commit6eb30b09566a53ef510532f2a1705d7fc22985a8 (patch)
treed52765c093219f91d07f030ed597f9491a7f8493 /pgu/gui/pguglobals.py
initial commit
Diffstat (limited to 'pgu/gui/pguglobals.py')
-rw-r--r--pgu/gui/pguglobals.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pgu/gui/pguglobals.py b/pgu/gui/pguglobals.py
new file mode 100644
index 0000000..dc0e673
--- /dev/null
+++ b/pgu/gui/pguglobals.py
@@ -0,0 +1,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
+