changeset 15329:3b56c9bbf60c

mx: fix imports
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 23 Apr 2014 17:05:42 +0200
parents d89ed48ae349
children cc0dde80d6df eff4e6131ce3
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Apr 23 17:02:12 2014 +0200
+++ b/mx/mx_graal.py	Wed Apr 23 17:05:42 2014 +0200
@@ -35,7 +35,7 @@
 import sanitycheck
 import itertools
 import json, textwrap
-import fnmatch, re
+import fnmatch
 
 # This works because when mx loads this file, it makes sure __file__ gets an absolute path
 _graal_home = dirname(dirname(__file__))