diff options
author | Eric Engestrom <[email protected]> | 2018-11-07 12:30:36 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-12-04 16:26:21 +0000 |
commit | eade6ffeee253a4b7a0ddb0d5942845334827369 (patch) | |
tree | cff9e8bd9739e8ccd20eb0540ec401f0adbfcae1 /src/mesa | |
parent | 919bec1c4779cd01948f1df8dc3dc153aa9bacce (diff) |
mesa: drop unused & deprecated lib
DeprecationWarning: the imp module is deprecated in favour of importlib
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/get_hash_generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/get_hash_generator.py b/src/mesa/main/get_hash_generator.py index 37dae45e0b3..f742ebff4b8 100644 --- 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 |