summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMarko Kreen2008-03-06 21:19:00 +0000
committerMarko Kreen2008-03-06 21:19:00 +0000
commit6fd02e41e678bec7884aa4e759590cb476640b3c (patch)
tree55fd74d59a6dba3d982ca5361aaf1e6066f176e7 /python
parent24bce9278529de989c75083997372ad49979105e (diff)
quoting.py: remove unnecessary urllib import
Diffstat (limited to 'python')
-rw-r--r--python/skytools/quoting.py2
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",