Add idna 2.6

This commit is contained in:
JonnyWong16 2018-01-02 09:03:55 -08:00
commit 1aee3b6c8f
8 changed files with 9793 additions and 0 deletions

2
lib/idna/__init__.py Normal file
View file

@ -0,0 +1,2 @@
from .package_data import __version__
from .core import *