Files
whipper-gui/morituri/configure/installed.py.in
Thomas Vander Stichele 41c92fcda4 pychecker fixes
2009-05-22 20:44:10 +00:00

9 lines
150 B
Python

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