Skip to content

Commit

Permalink
Merge pull request #14 from Kcchouette/patch-1
Browse files Browse the repository at this point in the history
Convert tab into space
  • Loading branch information
jaw20 authored Mar 6, 2017
2 parents d922516 + 99a02ae commit 32d67be
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 32d67be

Please sign in to comment.