mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
ubuntutools.requestsync.lp: fix errors in imports
This commit is contained in:
parent
5448add754
commit
d5a19ca5a7
@ -21,9 +21,9 @@
|
|||||||
# of the GNU General Public License license.
|
# of the GNU General Public License license.
|
||||||
|
|
||||||
from .common import raw_input_exit_on_ctrlc
|
from .common import raw_input_exit_on_ctrlc
|
||||||
from ..lp.lpapiwrapper import Launchpad, Distribution, PersonTeam, DistributionSourcePackage
|
from ..lp.lpapicache import Launchpad, Distribution, PersonTeam, DistributionSourcePackage
|
||||||
from ..lp.udtexceptions import *
|
from ..lp.udtexceptions import *
|
||||||
from ..lp.lp_libsupport import translate_api_web
|
from ..lp.libsupport import translate_api_web
|
||||||
|
|
||||||
def getDebianSrcPkg(name, release):
|
def getDebianSrcPkg(name, release):
|
||||||
debian = Distribution('debian')
|
debian = Distribution('debian')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user