mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-05 07:03:38 +02:00
set scheme=https in the default conf; add missing import sys in othermethods.py
This commit is contained in:
@@ -18,7 +18,7 @@ After reading the config, urllib2 is initialized.
|
||||
The configuration dictionary could look like this:
|
||||
|
||||
{'apisrv': 'api.opensuse.org',
|
||||
'scheme': 'http',
|
||||
'scheme': 'https',
|
||||
'user': 'poeml',
|
||||
'pass': 'secret',
|
||||
'auth_dict': {'api.opensuse.org': {'user': 'poeml', 'pass': 'secret'},
|
||||
|
@@ -14,6 +14,7 @@ PUT methods.
|
||||
|
||||
import httplib
|
||||
import base64
|
||||
import sys
|
||||
import os
|
||||
import urlparse
|
||||
from osc.core import __version__
|
||||
|
Reference in New Issue
Block a user