run update.sh, install netifaces

This commit is contained in:
j 2016-03-23 12:39:11 +01:00
commit 717a291e19
258 changed files with 71187 additions and 1047 deletions

View file

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