Author: ArcRiley
Date: 2008-01-12 09:34:41 +0000 (Sat, 12 Jan 2008)
New Revision: 767

Modified:
   trunk/pysoy/src/colors/B.pxi
Log:
cleaning up my cleanup! (oops)


Modified: trunk/pysoy/src/colors/B.pxi
===================================================================
--- trunk/pysoy/src/colors/B.pxi        2008-01-12 09:20:48 UTC (rev 766)
+++ trunk/pysoy/src/colors/B.pxi        2008-01-12 09:34:41 UTC (rev 767)
@@ -17,6 +17,10 @@
 #
 # $Id: B.pxi 703 2008-01-01 22:37:47Z ArcRiley $
 
+cdef class Basalt (Color) :
+  def __init__(self) :
+    self.hex = '#333333'
+
 cdef class Beige (Color) :
   def __init__(self) :
     self.hex = '#f5f5dc'

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to