1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-08 16:24:03 +02:00
Files
github.com_openSUSE_osc/osc
Dr. Peter Poeml a3a2667742 - change conf.get_config() to take three optional override values:
get_config(override_conffile = None,
             override_http_debug = None,
             override_apisrv = None)
  Thus, it should be possible to use the osc module with one simple 
  conf.get_config() call. It is no longer required to set up the api url in the
  config dict, and call conf.init_basicauth().
2007-08-22 10:18:25 +00:00
..