Namespaces | |
| namespace | pygaze |
Variables | |
| pygaze.strict_version = StrictVersion(__version__) | |
| str | pygaze.main_version = u'.'.join([str(i) for i in strict_version.version]) |
| str | pygaze.deb_version = main_version |
| pygaze.DIR = safe_decode(os.path.dirname(__file__), enc=sys.getfilesystemencoding()) | |
| str | pygaze.RESDIR = u'resources' |
| pygaze.FONTDIR = os.path.join(RESDIR, u'fonts') | |
| pygaze.SOUNDDIR = os.path.join(RESDIR, u'sounds') | |
| list | pygaze.FONTFILES = [] |