Revision: 630
          http://rpy.svn.sourceforge.net/rpy/?rev=630&view=rev
Author:   lgautier
Date:     2008-08-17 10:35:41 +0000 (Sun, 17 Aug 2008)

Log Message:
-----------
code cleaning: renamed variable.

Modified Paths:
--------------
    branches/rpy_nextgen/rpy/robjects/tests/testRObject.py

Modified: branches/rpy_nextgen/rpy/robjects/tests/testRObject.py
===================================================================
--- branches/rpy_nextgen/rpy/robjects/tests/testRObject.py      2008-08-13 
09:08:22 UTC (rev 629)
+++ branches/rpy_nextgen/rpy/robjects/tests/testRObject.py      2008-08-17 
10:35:41 UTC (rev 630)
@@ -19,11 +19,11 @@
         self.assertEquals(rinterface.INTSXP, ro_v.typeof())
 
     def testRepr(self):
-        prt = robjects.baseNameSpaceEnv["pi"]
-        s = prt.__repr__()
-        #import pdb; pdb.set_trace()
+        obj = robjects.baseNameSpaceEnv["pi"]
+        s = obj.__repr__()
         self.assertTrue(s.startswith('3.14'))
 
+
     def testStr(self):
         prt = robjects.baseNameSpaceEnv["pi"]
         s = prt.__str__()


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to