mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* massfile: And here too.
This commit is contained in:
parent
615bf224cc
commit
f88e66ffdd
12
massfile
12
massfile
@ -29,6 +29,10 @@ import glob
|
||||
|
||||
import launchpadbugs.connector as Connector
|
||||
|
||||
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
||||
import common
|
||||
|
||||
cookie = common.prepareLaunchpadCookie()
|
||||
|
||||
def read_config():
|
||||
instructions_file = open("instructions")
|
||||
@ -55,8 +59,7 @@ def read_list():
|
||||
|
||||
def file_bug():
|
||||
Bug = Connector.ConnectBug()
|
||||
Bug.authentication = os.path.expanduser("~/.lpcookie")
|
||||
|
||||
Bug.authentication = cookie
|
||||
|
||||
def check_configfiles():
|
||||
result = True
|
||||
@ -86,11 +89,6 @@ def check_configfiles():
|
||||
def file_bug(config):
|
||||
Bug = Connector.ConnectBug()
|
||||
|
||||
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
||||
import common
|
||||
|
||||
cookie = common.prepareLaunchpadCookie()
|
||||
|
||||
Bug.authentication = cookie
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user