Author: ArcRiley
Date: 2008-05-16 13:56:53 -0400 (Fri, 16 May 2008)
New Revision: 1262

Modified:
   trunk/pysoy/setup.py
Log:
'''Quick Fix''':
  * getting rid of the new .dep files, since we don't use pyrexc


Modified: trunk/pysoy/setup.py
===================================================================
--- trunk/pysoy/setup.py        2008-05-16 06:34:35 UTC (rev 1261)
+++ trunk/pysoy/setup.py        2008-05-16 17:56:53 UTC (rev 1262)
@@ -158,6 +158,7 @@
     extname = os.path.splitext(pyxsource)[0].split('/')[-1][4:]
     print "processing '%s' extension" % extname
     result = Main.compile(pyxsource, options)
+    os.remove(os.path.splitext(pyxsource)[0] + '.dep')
     if result.num_errors:
       error = True
 

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to