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/quoting.py | |
parent | 915acc3c4f480588a1e3015a7b474206d4de5ee0 (diff) |
import fixes
Diffstat (limited to 'python/skytools/quoting.py')
-rw-r--r-- | python/skytools/quoting.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/skytools/quoting.py b/python/skytools/quoting.py index 6f686bf8..8225c7b0 100644 --- a/python/skytools/quoting.py +++ b/python/skytools/quoting.py @@ -16,9 +16,9 @@ __all__ = [ ] try: - from _cquoting import * + from skytools._cquoting import * except ImportError: - from _pyquoting import * + from skytools._pyquoting import * # # SQL quoting |