Skip to content

Commit 04fa865

Browse files
committed
Acknowledge future.moves as a package
1 parent 6a190c5 commit 04fa865

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

future/moves/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# future.moves package

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"future.standard_library.test",
2828
"future.standard_library.urllib",
2929
# "future.standard_library.xmlrpc",
30+
"future.moves",
3031
"future.moves.html",
3132
"future.moves.http",
3233
"future.moves.test",

0 commit comments

Comments
 (0)