pep8 fixes

This commit is contained in:
Thomas Vander Stichele
2012-11-11 22:24:03 +00:00
parent 29f71762da
commit b0db74b5a8
2 changed files with 3 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
def get():
return {
'isinstalled': True,
'version': '@VERSION@',
'isinstalled': True,
'version': '@VERSION@',
}

View File

@@ -4,6 +4,5 @@
def get():
return {
'isinstalled': False,
'version': '@VERSION@',
'version': '@VERSION@',
}