Files
whipper-gui/morituri/configure/uninstalled.py.in
Thomas Vander Stichele f0192af6d8 add configure
2009-05-22 20:31:32 +00:00

10 lines
150 B
Python

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