python-tuf/tuf/__init__.py
Artiom Baloian b793c81739 Added simple_settings, now it is a requirement of TuF.
Rename conf.py into the settings.py an changed import call.
2016-11-01 15:38:40 -04:00

2 lines
57 B
Python
Executable file

import os
os.environ['SIMPLE_SETTINGS'] = "tuf.settings"