Index: /issm/trunk-jpl/startup.py
===================================================================
--- /issm/trunk-jpl/startup.py	(revision 13801)
+++ /issm/trunk-jpl/startup.py	(revision 13802)
@@ -28,47 +28,3 @@
 sys.path.append(ISSM_DIR + '/lib')
 
-#Deal with scipy import: 
-import scipy 
-import numpy
-import nose
-
-#Import modules that are absolutely needed in ISSM {{{
-from model import *
-from mesh import *
-from mask import *
-from geometry import *
-from constants import *
-from surfaceforcings import *
-from basalforcings import *
-from matice import *
-from friction import *
-from flowequation import *
-from fielddisplay import *
-from timestepping import *
-from initialization import *
-from rifts import *
-from debug import *
-from settings import *
-from solver import *
-from ismumps  import * 
-from pairoptions  import * 
-from petscversion  import * 
-from asmoptions import *           
-from iluasmoptions import *        
-from jacobiasmoptions import *     
-from jacobicgoptions import *      
-from matlaboptions import *        
-from mumpsoptions import *         
-from soroptions import *           
-from stokesoptions import *
-from generic import *
-from hydrology import *
-from miscellaneous import *
-from private import *
-from triangle import *
-from setmask import *
-from plotoptions import *
-from plotmodel import *
-#}}}
-
 print("\n  To get started with ISSM, type issmdoc at the command prompt.\n\n")
