Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
h4llow3En committed Nov 6, 2015
1 parent bb1ac9a commit abfa0d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit abfa0d5

Please sign in to comment.