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:
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
+