diff 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
line wrap: on
line diff
--- a/mx/commands.py	Tue Dec 20 10:36:44 2011 +0100
+++ b/mx/commands.py	Tue Dec 20 14:09:53 2011 +0100
@@ -26,7 +26,7 @@
 #
 # ----------------------------------------------------------------------------------------------------
 
-import os, sys, shutil, tarfile, StringIO
+import os, sys, shutil, StringIO
 from os.path import join, exists, dirname, isfile, isdir, isabs
 import mx