mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-22 15:51:08 +00:00
Tidy up
This commit is contained in:
parent
532e055b7c
commit
6be22ce24b
@ -19,15 +19,17 @@ import sys
|
||||
|
||||
from distro_info import UbuntuDistroInfo
|
||||
|
||||
from ubuntutools.lp.lpapicache import Launchpad, Archive, Distribution
|
||||
from ubuntutools.lp.lpapicache import Launchpad, Distribution
|
||||
from ubuntutools.lp.udtexceptions import PackageNotFoundException
|
||||
from ubuntutools.config import UDTConfig
|
||||
from ubuntutools.requestsync.common import edit_report
|
||||
from ubuntutools.question import YesNoQuestion
|
||||
|
||||
|
||||
class DestinationException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def determine_destinations(source, destination):
|
||||
ubuntu_info = UbuntuDistroInfo()
|
||||
if destination is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user