~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/ftpmaster.py

  • Committer: Julian Edwards
  • Date: 2009-05-13 14:05:27 UTC
  • mto: This revision was merged to the branch mainline in revision 8500.
  • Revision ID: julian.edwards@canonical.com-20090513140527-0w22j7v3xm8jklg7
migrate archiveuploader to the lp tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
from zope.component import getUtility
29
29
 
30
 
from canonical.archiveuploader.utils import re_extract_src_version
 
30
from lp.archiveuploader.utils import re_extract_src_version
31
31
from lp.soyuz.adapters.packagelocation import (
32
32
    PackageLocationError, build_package_location)
33
33
from canonical.launchpad.helpers import filenameToContentType