Revision: 375
          http://rpy.svn.sourceforge.net/rpy/?rev=375&view=rev
Author:   warnes
Date:     2007-11-14 20:08:11 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
Comment out gc code, only needed when debugging

Modified Paths:
--------------
    trunk/rpy/tests/test_modes.py

Modified: trunk/rpy/tests/test_modes.py
===================================================================
--- trunk/rpy/tests/test_modes.py       2007-11-15 03:47:30 UTC (rev 374)
+++ trunk/rpy/tests/test_modes.py       2007-11-15 04:08:11 UTC (rev 375)
@@ -4,9 +4,11 @@
 import sys
 sys.path.insert(1, "..")
 from rpy import *
-import gc
-gc.set_debug(gc.DEBUG_LEAK)
 
+# only needed when debugging 
+#import gc
+#gc.set_debug(gc.DEBUG_LEAK)
+
 class ModeConversionTestCase(unittest.TestCase):
     def setUp(self):
         set_default_mode(NO_DEFAULT)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to