summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-02 09:11:08 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-02 09:11:08 -0400
commit77ac5b486fe3ff95bc8d3d9c508ee4a0758ceab6 (patch)
tree28c29f6700ae629d8f2b5d72ff0c58bff46553ce
parentbc9c0f3eb87c12ab03c0cdb47431f9ccb582c438 (diff)
downloadsix-77ac5b486fe3ff95bc8d3d9c508ee4a0758ceab6.tar.gz
make name of the moves fake module better
-rw-r--r--six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/six.py b/six.py
index 3a0d06d..ff05767 100644
--- a/six.py
+++ b/six.py
@@ -195,7 +195,7 @@ for attr in _moved_attributes:
setattr(_MovedItems, attr.name, attr)
del attr
-moves = sys.modules[__name__ + ".moves"] = _MovedItems("moves")
+moves = sys.modules[__name__ + ".moves"] = _MovedItems(__name__ + ".moves")