summaryrefslogtreecommitdiff
path: root/python/skytools/quoting.py
diff options
context:
space:
mode:
authorMarko Kreen2008-04-03 08:59:58 +0000
committerMarko Kreen2008-04-03 08:59:58 +0000
commit66ce65ce3c224af8f90685bc20828714a80c57a4 (patch)
treecf636ca862ea88f5621612a4b8c714e7f1d3d827 /python/skytools/quoting.py
parent915acc3c4f480588a1e3015a7b474206d4de5ee0 (diff)
import fixes
Diffstat (limited to 'python/skytools/quoting.py')
-rw-r--r--python/skytools/quoting.py4
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