twblue/src/widgetUtils/__init__.py

6 lines
133 B
Python
Raw Normal View History

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