Skip to content

Commit

Permalink
use input from six.moves. Fixes: #123
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Koukopoulos committed Jun 14, 2016
1 parent d25c3dd commit 4533885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
urllib3
six
3 changes: 2 additions & 1 deletion txclib/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import ssl
import sys
import urllib3
import six

try:
import configparser
Expand All @@ -18,7 +19,7 @@
from txclib import web
from txclib import utils
from urllib3.exceptions import SSLError
from urllib3.packages import six
from six.moves import input
from txclib.urls import API_URLS
from txclib.config import OrderedRawConfigParser, Flipdict
from txclib.log import logger
Expand Down

0 comments on commit 4533885

Please sign in to comment.