~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/worlddata/vocabularies.py

  • Committer: William Grant
  • Date: 2011-12-30 07:36:20 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230073620-8qssto7drfvjgd1o
Move interfaces.timezone to worlddata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    )
19
19
 
20
20
from lp.services.webapp.vocabulary import SQLObjectVocabularyBase
21
 
from canonical.lazr.interfaces.timezone import ITimezoneNameVocabulary
22
21
from lp.services.worlddata.interfaces.language import ILanguage
 
22
from lp.services.worlddata.interfaces.timezone import ITimezoneNameVocabulary
23
23
from lp.services.worlddata.model.country import Country
24
24
from lp.services.worlddata.model.language import Language
25
25