# HG changeset patch # User Bernhard Urban # Date 1398265542 -7200 # Node ID 3b56c9bbf60c1dd86a1be688eea08aa3623d4f74 # Parent d89ed48ae34903d5bbe125f4deec9f9e17c098c1 mx: fix imports diff -r d89ed48ae349 -r 3b56c9bbf60c mx/mx_graal.py --- 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__))