~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/translationimportqueue.py

  • Committer: William Grant
  • Date: 2011-12-30 06:14:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230061456-f715q0b712skdnfk
Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    SimpleVocabulary,
25
25
    )
26
26
 
27
 
from canonical.database.constants import UTC_NOW
28
 
from lp.services.webapp import (
29
 
    canonical_url,
30
 
    GetitemNavigation,
31
 
    )
32
27
from lp.app.browser.launchpadform import (
33
28
    action,
34
29
    LaunchpadFormView,
41
36
from lp.app.validators.name import valid_name
42
37
from lp.registry.interfaces.distroseries import IDistroSeries
43
38
from lp.registry.interfaces.sourcepackage import ISourcePackageFactory
 
39
from lp.services.database.constants import UTC_NOW
 
40
from lp.services.webapp import (
 
41
    canonical_url,
 
42
    GetitemNavigation,
 
43
    )
44
44
from lp.services.worlddata.interfaces.language import ILanguageSet
45
45
from lp.translations.browser.hastranslationimports import (
46
46
    HasTranslationImportsView,