mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-27 14:51:29 +00:00
removed hardcoding of location for the 'common'-module, this module is now properly installed via 'py_modules'-definition in setup.py
This commit is contained in:
parent
7e277c713c
commit
7439db8d3b
@ -34,8 +34,6 @@ from debian_bundle.changelog import Version
|
|||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
# Use functions from ubuntu-dev-tools to create Launchpad cookie file.
|
|
||||||
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
|
||||||
import common
|
import common
|
||||||
|
|
||||||
launchpad_cookiefile = common.prepareLaunchpadCookie()
|
launchpad_cookiefile = common.prepareLaunchpadCookie()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user