From: Eric Engestrom Date: Wed, 7 Nov 2018 12:30:36 +0000 (+0000) Subject: mesa: drop unused & deprecated lib X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eade6ffeee253a4b7a0ddb0d5942845334827369;p=mesa.git mesa: drop unused & deprecated lib DeprecationWarning: the imp module is deprecated in favour of importlib Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin Reviewed-by: Dylan Baker --- 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