Improve install/uninstall commands

This commit is contained in:
Ivan Kravets
2014-11-24 22:24:19 +02:00
parent 102175215c
commit dec78d29e8
3 changed files with 16 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ class AppState(object):
def __exit__(self, type_, value, traceback):
with open(self.path, "w") as fp:
json.dump(self._state, fp)
json.dump(self._state, fp, indent=4)
def get_systype():