[Checkins] SVN: zwiki/branches/baijum-experimental-zwiki/src/zwiki/ - zope.app.wiki is no more

Baiju M baiju.m.mail at gmail.com
Mon Apr 9 23:40:14 EDT 2007


Log message for revision 74078:
   - zope.app.wiki is no more
   - empty __init__.py
  

Changed:
  U   zwiki/branches/baijum-experimental-zwiki/src/zwiki/__init__.py
  A   zwiki/branches/baijum-experimental-zwiki/src/zwiki/i18n.py
  U   zwiki/branches/baijum-experimental-zwiki/src/zwiki/interfaces.py

-=-
Modified: zwiki/branches/baijum-experimental-zwiki/src/zwiki/__init__.py
===================================================================
--- zwiki/branches/baijum-experimental-zwiki/src/zwiki/__init__.py	2007-04-10 01:25:47 UTC (rev 74077)
+++ zwiki/branches/baijum-experimental-zwiki/src/zwiki/__init__.py	2007-04-10 03:40:14 UTC (rev 74078)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003-2007 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -15,9 +15,3 @@
 
 $Id$
 """
-from zope.i18nmessageid import MessageFactory
-ZWikiMessageFactory = MessageFactory("zwiki")
-
-# BBB
-import sys
-sys.modules['zope.app.wiki'] = sys.modules[__name__]

Added: zwiki/branches/baijum-experimental-zwiki/src/zwiki/i18n.py
===================================================================
--- zwiki/branches/baijum-experimental-zwiki/src/zwiki/i18n.py	2007-04-10 01:25:47 UTC (rev 74077)
+++ zwiki/branches/baijum-experimental-zwiki/src/zwiki/i18n.py	2007-04-10 03:40:14 UTC (rev 74078)
@@ -0,0 +1,19 @@
+##############################################################################
+#
+# Copyright (c) 2003 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""ZWiki for Zope 3
+
+$Id$
+"""
+from zope.i18nmessageid import MessageFactory
+ZWikiMessageFactory = MessageFactory("zwiki")


Property changes on: zwiki/branches/baijum-experimental-zwiki/src/zwiki/i18n.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: zwiki/branches/baijum-experimental-zwiki/src/zwiki/interfaces.py
===================================================================
--- zwiki/branches/baijum-experimental-zwiki/src/zwiki/interfaces.py	2007-04-10 01:25:47 UTC (rev 74077)
+++ zwiki/branches/baijum-experimental-zwiki/src/zwiki/interfaces.py	2007-04-10 03:40:14 UTC (rev 74078)
@@ -25,7 +25,7 @@
 from zope.app.container.interfaces import IContainer
 from zope.app.container.constraints import contains, containers
 
-from zwiki import ZWikiMessageFactory as _
+from zwiki.i18n import ZWikiMessageFactory as _
 
 class IComment(Interface):
     """A simple Wiki Page comment.



More information about the Checkins mailing list