Files
whipper-gui/morituri/configure/installed.py.in
Thomas Vander Stichele b0db74b5a8 pep8 fixes
2012-11-11 22:24:03 +00:00

9 lines
142 B
Python

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