X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/346a9b8e1fcfe30629f0d1ee4675e9e8f89890cf..4c4732c6ed8cb0aaa70fb2d4c6e5a958868c5349:/src/pgu/gui/pguglobals.py diff --git a/src/pgu/gui/pguglobals.py b/src/pgu/gui/pguglobals.py deleted file mode 100644 index dc0e673..0000000 --- a/src/pgu/gui/pguglobals.py +++ /dev/null @@ -1,7 +0,0 @@ -# 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 -