[Git-commits] [grml/grml2usb] 0bc8db: Add support for Python 3
Michael Prokop
mika at grml.org
Fri Jul 4 10:04:06 CEST 2014
Branch: refs/heads/mika/python3
Home: https://github.com/grml/grml2usb
Commit: 0bc8dba6e6daf69a71d1c65325c4fc7c03e5ab43
https://github.com/grml/grml2usb/commit/0bc8dba6e6daf69a71d1c65325c4fc7c03e5ab43
Author: Michael Prokop <mika at grml.org>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M grml2usb
Log Message:
-----------
Add support for Python 3
'ExceptionType, name' is deprecated since 2.6 and disestablished
since Python 3, so use 'ExceptionType as name' instead.
Also the print statement has been replaced with a print() function.
More information about the Git-commits
mailing list