Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / simulator / pgu-0.18 / pgu / gui / pguglobals.py
diff --git a/research/transmission_spectroscopy/simulator/pgu-0.18/pgu/gui/pguglobals.py b/research/transmission_spectroscopy/simulator/pgu-0.18/pgu/gui/pguglobals.py
new file mode 100644 (file)
index 0000000..efbbe54
--- /dev/null
@@ -0,0 +1,9 @@
+"""Contains the global reference to the PGU application."""
+
+# 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
+

UCC git Repository :: git.ucc.asn.au