opental-checkins
[Top][All Lists]
Advanced

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

[OpenTAL-checkins] opental/OpenPTMigration __init__.py


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/OpenPTMigration __init__.py
Date: Mon, 03 Feb 2003 13:55:24 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/03 13:55:24

Modified files:
        OpenPTMigration: __init__.py 

Log message:
        the constructor signature of ZOPT changed

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/OpenPTMigration/__init__.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: opental/OpenPTMigration/__init__.py
diff -u opental/OpenPTMigration/__init__.py:1.1 
opental/OpenPTMigration/__init__.py:1.2
--- opental/OpenPTMigration/__init__.py:1.1     Mon Jan 20 12:32:42 2003
+++ opental/OpenPTMigration/__init__.py Mon Feb  3 13:55:24 2003
@@ -40,7 +40,7 @@
         for path, pt in root.ZopeFind(root, obj_metatypes = (AltPT.meta_type,),
                                       search_sub=1):
             chatter('  --> Upgrading', path)
-            newpt = ZOPT(pt.id, '<tmp />')
+            newpt = ZOPT(pt.id, None)
             for prop in getattr(pt, '_properties', ()):
                 id = prop['id']
                 setattr(newpt, id, getattr(pt, id))




reply via email to

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