File: __init__.py

package info (click to toggle)
sql-editor 0.17
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 200 kB
  • ctags: 190
  • sloc: python: 1,636; makefile: 45; sh: 12
file content (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

#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 *