Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python3 compatibility: fix integer problems
In python3 maxint is not defined, but maxsize is defined in both python2 and python3. The put_text() will not automatically use a value which came in as float due to a pior math function and python3 will throw an exception. The simple answer is to convert it with int() and move on. Signed-off-by: Jason Wessel <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information