summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-04 16:35:37 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-04 16:35:37 -0600
commit6604c88c9bec0596945214128cd9f7ec3468beff (patch)
treeecab6b8067e9e45864a6c1de79e647623feb08b8
parent7dd52d8299be8ba32b51d18ca7cad7e67489c468 (diff)
downloadsix-6604c88c9bec0596945214128cd9f7ec3468beff.tar.gz
rm extra space
-rw-r--r--six.py1
1 files changed, 0 insertions, 1 deletions
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"""