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:
Markus Korn 2009-01-05 08:59:35 +01:00
parent 7e277c713c
commit 7439db8d3b

View File

@ -34,8 +34,6 @@ from debian_bundle.changelog import Version
from optparse import OptionParser
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
launchpad_cookiefile = common.prepareLaunchpadCookie()