diff options
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 |