Skip to content

Commit

Permalink
Convert tab into space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kcchouette authored Feb 24, 2017
1 parent 5c38d97 commit 99a02ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crunchy-xml-decoder/functtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def unzip_(filename_,out):
# print('Function Error')
try:
from Crypto.Cipher import AES
print('Crypto installed')
print('Crypto installed')
except ImportError:
print('Crypto not installed')
try:
Expand Down Expand Up @@ -95,8 +95,8 @@ def unzip_(filename_,out):
if python_bit_=="32 bit" or python_bit_=="64 bit":
pip.main(['install', '--quiet', 'cfscrape'])
print "Installed"
except KeyError:
print "Something Has Gone Wrong While Retrieving Cfscrape link\nPlease Download Cfscrape Manually"
except KeyError:
print "Something Has Gone Wrong While Retrieving Cfscrape link\nPlease Download Cfscrape Manually"

if Crypto_link_ or lxml_link_:
if not os.path.exists("temp"):
Expand Down

0 comments on commit 99a02ae

Please sign in to comment.