[cig-commits] r5188 - cs/pythia/trunk/pythia/journal/colors

leif at geodynamics.org leif at geodynamics.org
Mon Nov 6 17:37:06 PST 2006


Author: leif
Date: 2006-11-06 17:37:05 -0800 (Mon, 06 Nov 2006)
New Revision: 5188

Modified:
   cs/pythia/trunk/pythia/journal/colors/ColorANSI.py
Log:
Removed dependency on IPython.


Modified: cs/pythia/trunk/pythia/journal/colors/ColorANSI.py
===================================================================
--- cs/pythia/trunk/pythia/journal/colors/ColorANSI.py	2006-11-07 01:33:06 UTC (rev 5187)
+++ cs/pythia/trunk/pythia/journal/colors/ColorANSI.py	2006-11-07 01:37:05 UTC (rev 5188)
@@ -10,16 +10,16 @@
 #  the file COPYING, distributed as part of this software.
 #*****************************************************************************
 
-from IPython import Release
-__author__  = '%s <%s>' % Release.authors['Fernando']
-__license__ = Release.license
+#from IPython import Release
+#__author__  = '%s <%s>' % Release.authors['Fernando']
+#__license__ = Release.license
 
 __all__ = ['TermColors','InputTermColors','ColorScheme','ColorSchemeTable']
 
 import os
 from UserDict import UserDict
 
-from IPython.Struct import Struct
+#from IPython.Struct import Struct
 
 def make_color_table(in_class):
     """Build a set of color attributes in a class.



More information about the cig-commits mailing list