certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] applications/PyHLA/hla/omt __init__.py


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/hla/omt __init__.py
Date: Sat, 15 Nov 2008 14:30:16 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       08/11/15 14:30:16

Modified files:
        PyHLA/hla/omt  : __init__.py 

Log message:
        Typo fixed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/hla/omt/__init__.py?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: __init__.py
===================================================================
RCS file: /sources/certi/applications/PyHLA/hla/omt/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- __init__.py 6 Nov 2008 08:17:28 -0000       1.3
+++ __init__.py 15 Nov 2008 14:30:07 -0000      1.4
@@ -11,7 +11,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # Lesser General Public License for more details.
 #
-# $Id: __init__.py,v 1.3 2008/11/06 08:17:28 gotthardp Exp $
+# $Id: __init__.py,v 1.4 2008/11/15 14:30:07 gotthardp Exp $
 
 import types
 import xml.sax.handler
@@ -118,7 +118,7 @@
 
     @property
     def encoding(self):
-        if self.parameters == None:
+        if self.typeParameters == None:
             return globals()[self.representation]
         else:
             return globals()[self.representation](*self.typeParameters)
@@ -140,4 +140,4 @@
     parser.setContentHandler(handler)
     parser.parse(filename)
 
-# $Id: __init__.py,v 1.3 2008/11/06 08:17:28 gotthardp Exp $
+# $Id: __init__.py,v 1.4 2008/11/15 14:30:07 gotthardp Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]