Files
whipper-gui/morituri/configure/uninstalled.py.in
Thomas Vander Stichele 0fab4515c6 pep8 fixes
2012-11-11 23:00:37 +00:00

10 lines
144 B
Python

# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
def get():
return {
'isinstalled': False,
'version': '@VERSION@',
}