myvars.py 174 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. from sys import exit
  3. import os
  4. import sys
  5. basepath = os.path.dirname(os.path.realpath(__file__))
  6. icons_path = basepath+"/icons"
  7. ListPage = None