Merge lp:~jtv/launchpad/enum-translationpermission into lp:launchpad
Proposed by
Jeroen T. Vermeulen
on 2010-11-05
| Status: | Merged |
|---|---|
| Approved by: | Jeroen T. Vermeulen on 2010-11-05 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11873 |
| Proposed branch: | lp:~jtv/launchpad/enum-translationpermission |
| Merge into: | lp:launchpad |
| Diff against target: |
377 lines (+72/-80) 17 files modified
lib/lp/registry/model/distribution.py (+1/-1) lib/lp/registry/model/product.py (+1/-1) lib/lp/registry/model/projectgroup.py (+2/-2) lib/lp/translations/browser/serieslanguage.py (+1/-1) lib/lp/translations/browser/tests/translationmessage-views.txt (+1/-2) lib/lp/translations/doc/pofile.txt (+2/-1) lib/lp/translations/doc/rosetta-poimport-script.txt (+1/-2) lib/lp/translations/doc/translationgroup.txt (+1/-2) lib/lp/translations/doc/translationmessage.txt (+1/-2) lib/lp/translations/enums.py (+50/-0) lib/lp/translations/interfaces/pofile.py (+1/-1) lib/lp/translations/interfaces/translationgroup.py (+1/-54) lib/lp/translations/model/pofile.py (+4/-2) lib/lp/translations/model/translationsperson.py (+2/-4) lib/lp/translations/stories/standalone/xx-serieslanguage-index.txt (+1/-2) lib/lp/translations/stories/standalone/xx-translation-access-display.txt (+1/-2) lib/lp/translations/utilities/tests/test_file_importer.py (+1/-1) |
| To merge this branch: | bzr merge lp:~jtv/launchpad/enum-translationpermission |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Abel Deuring (community) | code | 2010-11-05 | Approve on 2010-11-05 |
|
Review via email:
|
|||
Commit Message
Move TranslationPerm
Description of the Change
= Moving TranslationPerm
We just added an enums.py to Translations. This branch moves one of our enums in there, hopefully reducing the pressure towards circular imports a bit.
The only way to be sure that I got it all right is to run all tests, which should be just what EC2 is doing for me right now.
Jeroen
To post a comment you must log in.

looks good