docstring for copy()

This commit is contained in:
Colin Watson 2011-08-18 15:07:09 +01:00
parent d624e9d18f
commit 2aaa7de246

View File

@ -310,6 +310,7 @@ def fetch_source_pkg(package, dist, version, component, ubuntu_release, mirror):
mirrors=mirrors)
def copy(src_pkg, release, simulate=False, force=False):
"""Copy a source package from Debian to Ubuntu using the Launchpad API."""
ubuntu = Distribution('ubuntu')
debian_archive = Distribution('debian').getArchive()
ubuntu_archive = ubuntu.getArchive()