← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/views-bug-973215 into lp:maas

 

The proposal to merge lp:~rvb/maas/views-bug-973215 into lp:maas has been updated.

Description changed to:

This branch is the first in a series of branches that will refactor src/maasserver/views.py into modules in src/maasserver/views/.

This branch:
- moves src/maasserver/views.py into src/maasserver/views/__init__.py.
- move the accounts views (login/logout) from src/maasserver/views/__init__.py to src/maasserver/views/account.
- move the accounts test from src/maasserver/tests/test_views.py to src/maasserver/tests/test_views_account.py.

The only trick is that I had to change get_yui_location to account for the new location of the file it's in.

For more details, see:
https://code.launchpad.net/~rvb/maas/views-bug-973215/+merge/103061
-- 
https://code.launchpad.net/~rvb/maas/views-bug-973215/+merge/103061
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/views-bug-973215 into lp:maas.


References