Commit d15ef453 authored by Paul McMillan's avatar Paul McMillan
Browse files

Removed an unused function definition.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@16852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 436aeb6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ class URLValidator(RegexValidator):
                else:
                    handlers.append(urllib2.HTTPSHandler())
                map(opener.add_handler, handlers)
                opener.http_error_301 = lambda: True
                if platform.python_version_tuple() >= (2, 6):
                    opener.open(req, timeout=10)
                else: