Files
whipper-gui/morituri/configure/installed.py.in
2013-07-30 11:23:59 +02:00

12 lines
215 B
Python

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