mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
requestsync: Use from...import require_utf8() to work around unexpected
scoping from a later import (LP: #723630)
This commit is contained in:
parent
f797b18618
commit
95e7b5cd44
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
ubuntu-dev-tools (0.118) UNRELEASED; urgency=low
|
||||
|
||||
* requestsync: Use from...import require_utf8() to work around unexpected
|
||||
scoping from a later import (LP: #723630)
|
||||
|
||||
-- Stefano Rivera <stefanor@ubuntu.com> Wed, 23 Feb 2011 14:46:44 +0200
|
||||
|
||||
ubuntu-dev-tools (0.117) unstable; urgency=low
|
||||
|
||||
[ Benjamin Drung ]
|
||||
|
@ -35,7 +35,7 @@ from debian.changelog import Version
|
||||
from ubuntutools.config import UDTConfig, ubu_email
|
||||
from ubuntutools.distro_info import UbuntuDistroInfo
|
||||
from ubuntutools.lp import udtexceptions
|
||||
import ubuntutools.misc
|
||||
from ubuntutools.misc import require_utf8
|
||||
from ubuntutools.requestsync.common import (edit_report, getDebianChangelog,
|
||||
raw_input_exit_on_ctrlc)
|
||||
|
||||
@ -90,7 +90,7 @@ def main():
|
||||
parser.print_help()
|
||||
sys.exit(1)
|
||||
|
||||
ubuntutools.misc.require_utf8()
|
||||
require_utf8()
|
||||
|
||||
config = UDTConfig(options.no_conf)
|
||||
if not options.lpapi:
|
||||
|
Loading…
x
Reference in New Issue
Block a user