Skip to content

Commit

Permalink
remove version assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Oct 2, 2016
1 parent 11a20fb commit 9fe58a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thor/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

from thor.events import EventEmitter

#assert sys.version_info[0] == 2 and sys.version_info[1] >= 6, \
# "Please use Python 2.6 or greater"

__all__ = ['run', 'stop', 'schedule', 'time', 'running', 'debug']

Expand Down

0 comments on commit 9fe58a9

Please sign in to comment.