Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openprocurement_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from os import path
from time import sleep, time
import logging

from past.builtins import basestring

LOGGER = logging.getLogger()

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
'python-magic',
'bottle',
'mock',
'nose'
'nose',
'future'
# -*- Extra requirements: -*-
],
tests_require=tests_require,
tests_require=tests_require['test'],
extras_require=tests_require,
entry_points="""
# -*- Entry points: -*-
Expand Down