Laurent Bachelier
|
74a4ef6723
|
Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w
With manual fixes as the import was put always on top.
|
2014-10-06 17:00:17 +02:00 |
|
Laurent Bachelier
|
d22656308a
|
debpydep: Use Python3-compatible syntax
|
2014-10-06 14:05:03 +02:00 |
|
Laurent Bachelier
|
a6ad7e83ff
|
Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
|
2013-07-27 15:16:16 +02:00 |
|
Laurent Bachelier
|
dcb2b61b18
|
pyflakes fixes for unchecked files
They were not in the tools/pyflakes.sh runs
|
2013-03-16 00:52:43 +01:00 |
|
Romain Bignon
|
8a03778975
|
correctly follow symlinks (no unknown modules anymore)
|
2010-05-01 11:09:37 +02:00 |
|
Romain Bignon
|
fb4bc04707
|
script to get debian dependencies from python module's sources
|
2010-04-20 14:58:25 +02:00 |
|