Files
whipper-gui/morituri/configure/configure.py
2016-10-19 17:54:01 -04:00

16 lines
272 B
Python

# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
import os
from morituri.common import common
config_dict = {
'revision': common.getRevision(),
'version': '0.3.0',
}
for key, value in config_dict.items():
dictionary = locals()
dictionary[key] = value