From 6fd02e41e678bec7884aa4e759590cb476640b3c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 6 Mar 2008 21:19:00 +0000 Subject: [PATCH] quoting.py: remove unnecessary urllib import --- python/skytools/quoting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5