diff options
-rw-r--r-- | python/skytools/quoting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/quoting.py b/python/skytools/quoting.py index 10d4626a..19854a5f 100644 --- a/python/skytools/quoting.py +++ b/python/skytools/quoting.py @@ -2,7 +2,7 @@ """Various helpers for string quoting/unquoting.""" -import urllib, re +import re __all__ = [ "quote_literal", "quote_copy", "quote_bytea_raw", |