Closed korobkin closed 8 years ago
This should fix the 'get' method in ppn.py. isinstance apparently doesn't work as expected with 'future' package. It is safer to test types with type() function.
isinstance
@korobkin @fherwig ... the dowsides of not just doing a clean and plain transition to Python 3 ...
This should fix the 'get' method in ppn.py.
isinstance
apparently doesn't work as expected with 'future' package. It is safer to test types with type() function.