
#sub files need to do this only if needed
#from gtk import *
from specific import *
import os
if not hasattr(os,'getenv') or os.getenv("DISPLAY"):
    from templates import *
    from entry_classes import *
    from row_classes import *
