projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919bec1
)
mesa: drop unused & deprecated lib
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 7 Nov 2018 12:30:36 +0000
(12:30 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 4 Dec 2018 16:26:21 +0000
(16:26 +0000)
DeprecationWarning: the imp module is deprecated in favour of importlib
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/mesa/main/get_hash_generator.py
patch
|
blob
|
history
diff --git
a/src/mesa/main/get_hash_generator.py
b/src/mesa/main/get_hash_generator.py
index 37dae45e0b39f06be6a25e334c2203326086e7ff..f742ebff4b84cd64a9fa4e0a2b665264db432d26 100644
(file)
--- a/
src/mesa/main/get_hash_generator.py
+++ b/
src/mesa/main/get_hash_generator.py
@@
-30,7
+30,7
@@
from __future__ import print_function
-import os, sys,
imp,
getopt
+import os, sys, getopt
from collections import defaultdict
import get_hash_params