From 6604c88c9bec0596945214128cd9f7ec3468beff Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 4 Jan 2014 16:35:37 -0600 Subject: rm extra space --- six.py | 1 - 1 file changed, 1 deletion(-) diff --git a/six.py b/six.py index e13cc37..618ba28 100644 --- a/six.py +++ b/six.py @@ -219,7 +219,6 @@ _MovedItems._moved_attributes = _moved_attributes moves = sys.modules[__name__ + ".moves"] = _MovedItems(__name__ + ".moves") - class Module_six_moves_urllib_parse(_LazyModule): """Lazy loading of moved objects in six.moves.urllib_parse""" -- cgit v1.2.1