File: pguglobals.py

package info (click to toggle)
python-box2d 2.3.2~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,596 kB
  • ctags: 5,116
  • sloc: python: 14,384; cpp: 13,393; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
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