From abfa0d5408eabf19399d264ff6f05c752f672186 Mon Sep 17 00:00:00 2001 From: h4llow3En Date: Fri, 6 Nov 2015 13:44:37 +0100 Subject: [PATCH] fix indentation --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a569486..e64094b 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,8 @@ def install(mute=True): def uninstall(): print('Uninstall tdo...') - subprocess.call(['python3', sys.argv[0], 'install', '--record', 'files.txt']) + subprocess.call(['python3', sys.argv[0], 'install', '--record', + 'files.txt']) filelist = [] with open('files.txt') as files: filelist = files.readlines()