mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-28 09:11:38 +00:00
Fix ubuntutools.lp.libsupport import in lp-set-dup.
This commit is contained in:
parent
68458f1cb1
commit
4bec0ef246
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
ubuntu-dev-tools (0.62) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.62) UNRELEASED; urgency=low
|
||||||
|
|
||||||
*
|
[ Loic Minier ]
|
||||||
|
* Fix ubuntutools.lp.libsupport import in lp-set-dup.
|
||||||
|
|
||||||
-- Luca Falavigna <dktrkranz@ubuntu.com> Tue, 03 Feb 2009 13:48:27 +0100
|
-- Luca Falavigna <dktrkranz@ubuntu.com> Tue, 03 Feb 2009 13:48:27 +0100
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
import os, sys
|
import os, sys
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
from ubuntutools.lp.libsupport as lp_libsupport
|
import ubuntutools.lp.libsupport as lp_libsupport
|
||||||
|
|
||||||
def die(message):
|
def die(message):
|
||||||
print >> sys.stderr, "Fatal: " + message
|
print >> sys.stderr, "Fatal: " + message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user