diff options
author | Marko Kreen | 2008-03-06 21:19:00 +0000 |
---|---|---|
committer | Marko Kreen | 2008-03-06 21:19:00 +0000 |
commit | 6fd02e41e678bec7884aa4e759590cb476640b3c (patch) | |
tree | 55fd74d59a6dba3d982ca5361aaf1e6066f176e7 /python/skytools/quoting.py | |
parent | 24bce9278529de989c75083997372ad49979105e (diff) |
quoting.py: remove unnecessary urllib import
Diffstat (limited to 'python/skytools/quoting.py')
-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", |