Commit Graph

7 Commits

Author SHA1 Message Date
Nedko Arnaudov e7212ab6af run python 2to3 2023-01-29 15:34:05 +02:00
Alessio Treglia aadb58e15e Replace "print" calls with sys.stderr.{write,flush}()
- Debug messages should go to the stderr rather than to the stdout
- Plus, Python 3 has replaced the built-in "print" with a new
  function, whose syntax is quite different.
2011-12-08 11:10:13 +01:00
Alessio Treglia affc44313a Use new-style classes. 2011-12-08 10:36:04 +01:00
Alessio Treglia 55f28f704e Let os.path join the namespace. 2011-12-08 01:55:40 +01:00
Alessio Treglia e6b2b9b0fa Rely on the standard Freedesktop.org's xdg module. 2011-12-07 22:13:33 +01:00
Alessio Treglia a47e9f4725 Fix indentation, properly open and close the configuration file (thanks to the "with" statement) 2011-12-07 21:43:54 +01:00
Alessio Treglia b0826c26f9 Move laditools into the root of the tree, update setup.py. 2011-12-07 18:54:00 +01:00