opental-checkins
[Top][All Lists]
Advanced

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

[OpenTAL-checkins] opental/Show __init__.py


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

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

Modified files:
        Show           : __init__.py 

Log message:
        updating it to use OpenPT instead of AltPT

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

Patches:
Index: opental/Show/__init__.py
diff -u opental/Show/__init__.py:1.2 opental/Show/__init__.py:1.3
--- opental/Show/__init__.py:1.2        Wed Oct 16 21:04:22 2002
+++ opental/Show/__init__.py    Mon Feb  3 13:56:22 2003
@@ -1,10 +1,10 @@
 __version__ = '''
-$Id: __init__.py,v 1.2 2002/10/17 01:04:22 lalo Exp $
+$Id: __init__.py,v 1.3 2003/02/03 18:56:22 lalo Exp $
 '''.strip()
 
 from show_handler import show_handler, show_compiler
 
 def initialize(context):
     # plug into Zope AltPT
-    from Products.AltPT.ZopeAltPageTemplate import register_handlers
+    from Products.OpenPT.OpenPTBase import register_handlers
     register_handlers(show_handler, show_compiler)




reply via email to

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