launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #09416
[Merge] lp:~jtv/maas/have-some-lint-doris into lp:maas
Jeroen T. Vermeulen has proposed merging lp:~jtv/maas/have-some-lint-doris into lp:maas.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jtv/maas/have-some-lint-doris/+merge/112884
A line in setup.py got too long and caused a lint warning. I broke it up. You'll note that I did not format the broken-up line in our standard formatting style; setup.py is in a different style.
Jeroen
--
https://code.launchpad.net/~jtv/maas/have-some-lint-doris/+merge/112884
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jtv/maas/have-some-lint-doris into lp:maas.
=== modified file 'setup.py'
--- setup.py 2012-06-29 16:40:19 +0000
+++ setup.py 2012-06-30 04:19:23 +0000
@@ -71,7 +71,8 @@
'contrib/preseeds_v2/generic',
'contrib/preseeds_v2/preseed_master']),
('/usr/sbin',
- ['scripts/maas-import-ephemerals', 'scripts/maas-import-pxe-files']),
+ ['scripts/maas-import-ephemerals',
+ 'scripts/maas-import-pxe-files']),
],
install_requires=[