mesa: drop unused & deprecated lib
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 7 Nov 2018 12:30:36 +0000 (12:30 +0000)
committerEric 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

index 37dae45e0b39f06be6a25e334c2203326086e7ff..f742ebff4b84cd64a9fa4e0a2b665264db432d26 100644 (file)
@@ -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