Commit Graph

255 Commits

Author SHA1 Message Date
Florian Bruhin
e366f7cb15 Rename testbrowser.py
This hopefully keeps unittest and people from thinking it could be
something useful for them.
2014-05-05 13:42:46 +02:00
Florian Bruhin
ae0966a384 Fix encoding issues on windows.
locale.getpreferredencoding(False) returns cp1252 on Windows, which is
unable to parse our nice unicode arrows.

Therefore, we always need to specify the encoding when using open().

Also we exclude configdata.py from pep257 on Windows because it doesn't
detect the encoding correctly... Bug is submitted:
https://github.com/GreenSteam/pep257/issues/70
2014-05-02 11:15:38 +02:00
Florian Bruhin
c5e43c1558 Add pyroma to run_checks.py 2014-04-29 08:34:49 +02:00
Florian Bruhin
9252ef94ca Consistent string chars 2014-04-25 16:53:23 +02:00
Florian Bruhin
ae7c04f4e3 Move scripts to scripts/ 2014-04-22 07:20:25 +02:00