comparison mx/commands.py @ 4152:527724d26036

Added PyDev configuration for mxtool.
author Doug Simon <doug.simon@oracle.com>
date Tue, 20 Dec 2011 14:09:53 +0100
parents bf5efc22fb3f
children 38c782b84ac2
comparison
equal deleted inserted replaced
4149:cf4de9cc1268 4152:527724d26036
24 # or visit www.oracle.com if you need additional information or have any 24 # or visit www.oracle.com if you need additional information or have any
25 # questions. 25 # questions.
26 # 26 #
27 # ---------------------------------------------------------------------------------------------------- 27 # ----------------------------------------------------------------------------------------------------
28 28
29 import os, sys, shutil, tarfile, StringIO 29 import os, sys, shutil, StringIO
30 from os.path import join, exists, dirname, isfile, isdir, isabs 30 from os.path import join, exists, dirname, isfile, isdir, isabs
31 import mx 31 import mx
32 32
33 _graal_home = dirname(dirname(__file__)) 33 _graal_home = dirname(dirname(__file__))
34 _vmbuild = 'product' 34 _vmbuild = 'product'