twblue/src/widgetUtils/__init__.py

6 lines
135 B
Python
Raw Normal View History

import platform
if platform.system() == "Windows":
from wxUtils import *
#elif platform.system() == "Linux":
# from gtkUtils import *