[Checkins] SVN: z3c.schema/trunk/src/z3c/schema/ The z3c.schema is a namespace package,

Roger Ineichen roger at projekt01.ch
Wed Apr 4 09:51:42 EDT 2007


Log message for revision 74001:
  The z3c.schema is a namespace package,
  move i18n implementation to it's own sub package.
  
  This changes will not affect projects which include 
  z3c.schema as a svn:externals. but let others
  import sub packages of z3c.schema till we did before.

Changed:
  A   z3c.schema/trunk/src/z3c/schema/README.txt
  A   z3c.schema/trunk/src/z3c/schema/i18n/
  A   z3c.schema/trunk/src/z3c/schema/i18n/__init__.py
  D   z3c.schema/trunk/src/z3c/schema/i18n.py

-=-
Added: z3c.schema/trunk/src/z3c/schema/README.txt
===================================================================
--- z3c.schema/trunk/src/z3c/schema/README.txt	2007-04-04 10:17:56 UTC (rev 74000)
+++ z3c.schema/trunk/src/z3c/schema/README.txt	2007-04-04 13:51:41 UTC (rev 74001)
@@ -0,0 +1,5 @@
+======
+README
+======
+
+"z3c.schema" is a namespace package, do not put files in here.


Property changes on: z3c.schema/trunk/src/z3c/schema/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Added: z3c.schema/trunk/src/z3c/schema/i18n/__init__.py
===================================================================
--- z3c.schema/trunk/src/z3c/schema/i18n/__init__.py	2007-04-04 10:17:56 UTC (rev 74000)
+++ z3c.schema/trunk/src/z3c/schema/i18n/__init__.py	2007-04-04 13:51:41 UTC (rev 74001)
@@ -0,0 +1,22 @@
+##############################################################################
+#
+# Copyright (c) 2005 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.
+#
+##############################################################################
+"""I18n utils for zope3
+
+$Id$
+"""
+__docformat__ = "reStructuredText"
+
+import zope.i18nmessageid
+
+MessageFactory = zope.i18nmessageid.MessageFactory('z3c.schema')


Property changes on: z3c.schema/trunk/src/z3c/schema/i18n/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Deleted: z3c.schema/trunk/src/z3c/schema/i18n.py
===================================================================
--- z3c.schema/trunk/src/z3c/schema/i18n.py	2007-04-04 10:17:56 UTC (rev 74000)
+++ z3c.schema/trunk/src/z3c/schema/i18n.py	2007-04-04 13:51:41 UTC (rev 74001)
@@ -1,22 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2005 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.
-#
-##############################################################################
-"""I18n utils for zope3
-
-$Id$
-"""
-__docformat__ = "reStructuredText"
-
-import zope.i18nmessageid
-
-MessageFactory = zope.i18nmessageid.MessageFactory('z3c')



More information about the Checkins mailing list