add py3.5 netifaces

This commit is contained in:
j 2016-03-26 17:24:51 +01:00
commit 86cc34eed3
228 changed files with 1616 additions and 65914 deletions

View file

@ -67,5 +67,5 @@ class VendorImporter:
if self not in sys.meta_path:
sys.meta_path.append(self)
names = 'packaging', 'pyparsing', 'six'
names = 'packaging', 'six'
VendorImporter(__name__, names).install()