Files
whipper-gui/morituri/configure/uninstalled.py.in
Thomas Vander Stichele cba7dbe41a pep8 fixes
2012-11-29 19:54:46 +00:00

17 lines
312 B
Python

# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
import os
__thisdir = os.path.dirname(os.path.abspath(__file__))
def get():
return {
'isinstalled': False,
'pluginsdir': os.path.abspath(os.path.join(
__thisdir, '..', '..', 'plugins')),
'version': '@VERSION@',
}