Merge pull request #3 from cclauss/patch-1

Define raw_input() for Python 3
This commit is contained in:
Thomas Perkins 2017-09-25 09:23:24 -05:00 committed by GitHub
commit 47e4b07584

View file

@ -14,6 +14,11 @@ import whichcraft
import lib.errors
import bin.unzip_gecko
try:
raw_input # Python 2
except NameError:
raw_input = input # Python 3
# clone link
CLONE = "https://github.com/ekultek/zeus-scanner.git"
# current version <major.minor.commit.patch ID>