Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
289
stars
74
forks
source link
python.m4 uses wrong print command for python3 #87
Closed
wyllys66 closed 4 years ago
The python.m4 template uses an invalid print statement in the tests for python3.
Line 449:
The test should use parenthesis since in python3, print is a function:
Also Line 458:
should be: