Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWang committed Feb 10, 2017
1 parent f67358c commit 9ae4c2b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rqalpha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,4 @@
version_info = tuple(int(v) if v.isdigit() else v
for v in __version__.split('.'))

import sys

if sys.version_info < (3, 4):
print("Scrapy %s requires Python 3.4 above" % __version__)
sys.exit(1)

del sys
del pkgutil

0 comments on commit 9ae4c2b

Please sign in to comment.