mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +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
|
import launchpadbugs.connector as Connector
|
||||||
|
|
||||||
|
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
||||||
|
import common
|
||||||
|
|
||||||
|
cookie = common.prepareLaunchpadCookie()
|
||||||
|
|
||||||
def read_config():
|
def read_config():
|
||||||
instructions_file = open("instructions")
|
instructions_file = open("instructions")
|
||||||
@ -55,8 +59,7 @@ def read_list():
|
|||||||
|
|
||||||
def file_bug():
|
def file_bug():
|
||||||
Bug = Connector.ConnectBug()
|
Bug = Connector.ConnectBug()
|
||||||
Bug.authentication = os.path.expanduser("~/.lpcookie")
|
Bug.authentication = cookie
|
||||||
|
|
||||||
|
|
||||||
def check_configfiles():
|
def check_configfiles():
|
||||||
result = True
|
result = True
|
||||||
@ -86,11 +89,6 @@ def check_configfiles():
|
|||||||
def file_bug(config):
|
def file_bug(config):
|
||||||
Bug = Connector.ConnectBug()
|
Bug = Connector.ConnectBug()
|
||||||
|
|
||||||
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
|
||||||
import common
|
|
||||||
|
|
||||||
cookie = common.prepareLaunchpadCookie()
|
|
||||||
|
|
||||||
Bug.authentication = cookie
|
Bug.authentication = cookie
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user