Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-14 Thread GunChleoc
You're welcome :) I wanted it for Widelands, so why not have it for the website as well. You made me aware of pyformat in the first place! -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is subscribed to branch

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-13 Thread kaputtnik
Merged with trunk, ran the script, merged into trunk, deployed. Thanks for the tool :-) -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is subscribed to branch lp:widelands-website.

[Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-13 Thread noreply
The proposal to merge lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 -- Your team Widela

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-12 Thread GunChleoc
Thanks for the nit - fixed :) -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is subscribed to branch lp:widelands-website. ___ Mailing list: https://launchpad.net/~widelands-dev

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-11 Thread SirVer
Review: Approve same nit as kaputtnik had, otherwise lgtm. Diff comments: > === added file '_ops/fix_formatting.py' > --- _ops/fix_formatting.py1970-01-01 00:00:00 + > +++ _ops/fix_formatting.py2016-12-07 11:00:51 + > @@ -0,0 +1,48 @@ > +#!/usr/bin/env python > +# -*- coding:

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-10 Thread kaputtnik
Review: Approve Runs with python3 and python2 now. :-) I don't know why the PYTHON3=... is still in there? Maybe i miss something here? -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is subscribed to branch

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-07 Thread GunChleoc
OK, moved :) -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-06 Thread kaputtnik
to review the proposed merge of lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website. ___ Mailing list: https://launchpad.net/~widelands-dev Post to : widelands-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~widelands

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-05 Thread GunChleoc
) > + Thanks, will fix. > +print 'Formatting finished.' > +return 0 > + > +if __name__ == '__main__': > +sys.exit(main()) -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is requested to review the

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-05 Thread kaputtnik
Ah, forgotton: Wouldn't it be better to have this script in the _ops directory? -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands-website/pyformat_util

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-05 Thread kaputtnik
wing print through an error when running with python3... missing parentheses. > +print 'Formatting finished.' > +return 0 > + > +if __name__ == '__main__': > +sys.exit(main()) -- https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Your team

[Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-03 Thread GunChleoc
to run pyformat over the code base. In the future, when merging branches into trunk, this could be run before the bzr commit. -- Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website. === added