dict.has_key(key) --> key in dict, new style exceptions (#81)
* Modernize Python 2 code to get ready for Python 3 * Remove absolute imports * remove absolute imports II * from __future__ import print_function
Loading
Please sign in to comment
* Modernize Python 2 code to get ready for Python 3 * Remove absolute imports * remove absolute imports II * from __future__ import print_function