[fofix-commits] [stump/fofix] 2c7cfa: Move the option parsing into main() so it doesn't ...

noreply at github.com noreply at github.com
Thu Oct 7 21:31:05 UTC 2010


Branch: refs/heads/i18n_unicode
Home:   http://github.com/stump/fofix

Commit: 2c7cfad28237f54bc5a9a08c5d5bc77a0499eeff
    http://github.com/stump/fofix/commit/2c7cfad28237f54bc5a9a08c5d5bc77a0499eeff
Author: John Stumpo <stump at jstump.com>
Date:   2010-10-06 (Wed, 06 Oct 2010)

Changed paths:
  M src/FoFiX.py

Log Message:
-----------
Move the option parsing into main() so it doesn't happen when FoFiX.py is imported by code checking tools.


Commit: 63fbe906049a188a15323933a1a8a1b124cd1223
    http://github.com/stump/fofix/commit/63fbe906049a188a15323933a1a8a1b124cd1223
Author: John Stumpo <stump at jstump.com>
Date:   2010-10-07 (Thu, 07 Oct 2010)

Changed paths:
  M src/Config.py

Log Message:
-----------
Unify a commonly copy-pasted snippet of Config.


Commit: 69601f920da474e6fb608a020499f64363b1be48
    http://github.com/stump/fofix/commit/69601f920da474e6fb608a020499f64363b1be48
Author: John Stumpo <stump at jstump.com>
Date:   2010-10-07 (Thu, 07 Oct 2010)

Changed paths:
  M src/Config.py

Log Message:
-----------
Don't directly use private parts of ConfigParser from MyConfigParser.


Commit: f93fa0d250ed95fdf3f2187eaffeb75f500ffe18
    http://github.com/stump/fofix/commit/f93fa0d250ed95fdf3f2187eaffeb75f500ffe18
Author: John Stumpo <stump at jstump.com>
Date:   2010-10-07 (Thu, 07 Oct 2010)

Changed paths:
  M src/Config.py

Log Message:
-----------
Remove unused MyConfigParser.writeTheme method.


Commit: 14f3e4959175989c55eecb2a5a4e4971195d6497
    http://github.com/stump/fofix/commit/14f3e4959175989c55eecb2a5a4e4971195d6497
Author: John Stumpo <stump at jstump.com>
Date:   2010-10-07 (Thu, 07 Oct 2010)

Changed paths:
  M src/Config.py

Log Message:
-----------
Don't bother with default sections in MyConfigParser.

Since .items() applies the effects of any default section to what it
returns anyway, it makes no sense to use default sections in any .ini
file touched by FoFiX anyway, and few (if any) other programs dealing
with FoFiX .ini files would process default sections correctly anyway.

Any .ini file that happens to contain a default section will lose the
default section (after its effects are applied to all other sections)
if modified by FoFiX.


Commit: 79660957e6305bab16b38e5475297795cb6670ac
    http://github.com/stump/fofix/commit/79660957e6305bab16b38e5475297795cb6670ac
Author: fuzion <fuzion at nukeit.org>
Date:   2010-10-07 (Thu, 07 Oct 2010)

Changed paths:
  M src/Config.py
  M src/FoFiX.py
  M src/GuitarScene.py

Log Message:
-----------
Merge branch 'master' into i18n_unicode


Commit: b823549e2e9a51694e5b8d84156dd5c9c33abc64
    http://github.com/stump/fofix/commit/b823549e2e9a51694e5b8d84156dd5c9c33abc64
Author: fuzion <fuzion at nukeit.org>
Date:   2010-10-07 (Thu, 07 Oct 2010)

Changed paths:
  M src/Config.py

Log Message:
-----------
post merge fix




More information about the fofix-commits mailing list