diff options
author | Marko Kreen | 2008-04-03 08:59:58 +0000 |
---|---|---|
committer | Marko Kreen | 2008-04-03 08:59:58 +0000 |
commit | 66ce65ce3c224af8f90685bc20828714a80c57a4 (patch) | |
tree | cf636ca862ea88f5621612a4b8c714e7f1d3d827 /python/skytools/dbstruct.py | |
parent | 915acc3c4f480588a1e3015a7b474206d4de5ee0 (diff) |
import fixes
Diffstat (limited to 'python/skytools/dbstruct.py')
-rw-r--r-- | python/skytools/dbstruct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/dbstruct.py b/python/skytools/dbstruct.py index 39e3b838..c0cbd4c5 100644 --- a/python/skytools/dbstruct.py +++ b/python/skytools/dbstruct.py @@ -3,7 +3,7 @@ import sys, re -from sqltools import fq_name_parts, get_table_oid +from skytools.sqltools import fq_name_parts, get_table_oid __all__ = ['TableStruct', 'T_TABLE', 'T_CONSTRAINT', 'T_INDEX', 'T_TRIGGER', |