Skip to content

Commit c2b7118

Browse files
authored
Merge pull request timotheus#281 from dunnousername/master
Allow parallel support for python 3
2 parents d3b6abd + 210dad8 commit c2b7118

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ebaysdk/parallel.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
import grequests
1313
# pylint: enable=import-error
1414

15-
if sys.version_info[0] >= 3:
16-
raise ImportError('grequests does not work with python3+')
17-
1815

1916
class Parallel(object):
2017
"""

0 commit comments

Comments
 (0)