comparison mx/mx_graal.py @ 15329:3b56c9bbf60c

mx: fix imports
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 23 Apr 2014 17:05:42 +0200
parents d89ed48ae349
children 27fa615f5a1c
comparison
equal deleted inserted replaced
15328:d89ed48ae349 15329:3b56c9bbf60c
33 import mx 33 import mx
34 import xml.dom.minidom 34 import xml.dom.minidom
35 import sanitycheck 35 import sanitycheck
36 import itertools 36 import itertools
37 import json, textwrap 37 import json, textwrap
38 import fnmatch, re 38 import fnmatch
39 39
40 # This works because when mx loads this file, it makes sure __file__ gets an absolute path 40 # This works because when mx loads this file, it makes sure __file__ gets an absolute path
41 _graal_home = dirname(dirname(__file__)) 41 _graal_home = dirname(dirname(__file__))
42 42
43 """ Used to distinguish an exported GraalVM (see 'mx export'). """ 43 """ Used to distinguish an exported GraalVM (see 'mx export'). """