From 99a02ae8cca2946d69ee63fdedbec6c7de723c59 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Fri, 24 Feb 2017 12:09:11 +0100 Subject: [PATCH] Convert tab into space --- crunchy-xml-decoder/functtest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crunchy-xml-decoder/functtest.py b/crunchy-xml-decoder/functtest.py index 7f3b738..2c690da 100644 --- a/crunchy-xml-decoder/functtest.py +++ b/crunchy-xml-decoder/functtest.py @@ -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: @@ -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"):