You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by dr...@apache.org on 2007/12/08 09:10:09 UTC

svn commit: r602345 - /labs/badca/BaDCA/CSRs.py

Author: dreid
Date: Sat Dec  8 00:10:08 2007
New Revision: 602345

URL: http://svn.apache.org/viewvc?rev=602345&view=rev
Log:
Fix a minor bug.

Modified:
    labs/badca/BaDCA/CSRs.py

Modified: labs/badca/BaDCA/CSRs.py
URL: http://svn.apache.org/viewvc/labs/badca/BaDCA/CSRs.py?rev=602345&r1=602344&r2=602345&view=diff
==============================================================================
--- labs/badca/BaDCA/CSRs.py (original)
+++ labs/badca/BaDCA/CSRs.py Sat Dec  8 00:10:08 2007
@@ -20,7 +20,7 @@
 
     def __init__(self, filename = None):
         if filename is not None:
-            csr = csr.fromFile(filename)
+            self.readFromFile(filename)
 
     def getKey(self):
         return self.rKey



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org