Skip to content

Commit 7118080

Browse files
committed
Enable future.backports.xmlrpc in setup.py (issue #59)
1 parent e1358be commit 7118080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"future.backports.http",
2727
"future.backports.test",
2828
"future.backports.urllib",
29-
# "future.backports.xmlrpc",
29+
"future.backports.xmlrpc",
3030
"future.moves",
3131
"future.moves.html",
3232
"future.moves.http",

0 commit comments

Comments
 (0)