diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-23 08:38:50 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-27 09:40:18 -0600 |
| commit | 8d0074949ccbd9624bd355c588db5577a7304de0 (patch) | |
| tree | fb34d19a3b948d77506e61d21953777760160718 /scripts | |
| parent | c1922cc826ae544fc848e6f5d1669433af1c799a (diff) | |
| download | usermoji-8d0074949ccbd9624bd355c588db5577a7304de0.tar.xz | |
scripts: Remove unnecessary library from vuid script
BeautifulSoup4 caused build farm issues. Seems that this lib is
not necessary.
Change-Id: I2463fbc1bc8f8f7ceec86bfbc823f21b5bb64c37
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vuid_mapping.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 9b8c1cf4..b7185333 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -6,7 +6,6 @@ try: import urllib.request as urllib2 except ImportError: import urllib2 -from bs4 import BeautifulSoup import json ############################# |
