Move Python 2 libs to libs/py2

This commit is contained in:
Labrys of Knossos 2018-12-16 13:33:56 -05:00
commit 3975aaceb2
12 changed files with 4 additions and 0 deletions

3
libs/py2/enum/README Normal file
View file

@ -0,0 +1,3 @@
enum34 is the new Python stdlib enum module available in Python 3.4
backported for previous versions of Python from 2.4 to 3.3.
tested on 2.6, 2.7, and 3.3+