summaryrefslogtreecommitdiff
path: root/python/skytools/quoting.py
diff options
context:
space:
mode:
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