]> git.eshelyaron.com Git - emacs.git/commit
modhelp.py: Support Python 3 (Bug#24954)
authorSyohei YOSHIDA <syohex@gmail.com>
Wed, 16 Nov 2016 14:16:15 +0000 (23:16 +0900)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 3 Dec 2017 15:04:18 +0000 (10:04 -0500)
commitde68f337e36be7a40e5997ad6682770c42535c25
treef0bf75438fbf3895e89ae9db85bf3e883358da8e
parentafb04f7f3cb75c7c744d8fa8cd1cd70ad1755e6f
modhelp.py: Support Python 3 (Bug#24954)

* modules/modhelp.py: 'print' statement was removed in Python
3.  'print' function should be used instead of 'print' statement.
modules/modhelp.py