Repository URL to install this package:
|
Version:
1.2.1 ▾
|
"""
Python version compatibility package.
This package contains modules that isolate the rest of the code
base from differences between Python versions. I know that I could
have use ``six`` but I actually dislike the ``sys.path`` hackery
that it uses and would rather simply write what I need.
"""