1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 02:16:12 +01:00

- point the user to the README file

This commit is contained in:
Marcus Hüwe 2009-04-07 11:13:57 +00:00
parent 68f5d72061
commit 595c94d1ca

View File

@ -319,7 +319,8 @@ def get_config(override_conffile = None,
config['apiurl'] = urljoin(scheme, apisrv)
if config.has_key('apisrv') or config.has_key('scheme'):
import warnings
warnings.warn("Use of the 'scheme' or 'apisrv' config option is deprecated!",
warnings.warn('Use of the \'scheme\' or \'apisrv\' config option is deprecated! ' \
'See README for migration details.',
DeprecationWarning)
for i in boolean_opts: