Skip to content

Commit

Permalink
allowing python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MeitarR committed Jun 18, 2020
1 parent 2210042 commit d0664ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ida/idacode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import sys
if sys.version_info < (3, 3):
print("[IDACode] Python 2.7 is not (yet) supported, vote at https://github.com/ioncodes/idacode/issues/3")
sys.exit()

import idacode_utils.plugin as plugin

Expand Down

0 comments on commit d0664ce

Please sign in to comment.