[Zope-Checkins] SVN: Zope/trunk/lib/python/Globals/__init__.py Fix typos.

Stefan H. Holek stefan at epy.co.at
Sat Jan 3 10:47:12 EST 2009


Log message for revision 94481:
  Fix typos.

Changed:
  U   Zope/trunk/lib/python/Globals/__init__.py

-=-
Modified: Zope/trunk/lib/python/Globals/__init__.py
===================================================================
--- Zope/trunk/lib/python/Globals/__init__.py	2009-01-03 15:42:02 UTC (rev 94480)
+++ Zope/trunk/lib/python/Globals/__init__.py	2009-01-03 15:47:11 UTC (rev 94481)
@@ -24,9 +24,9 @@
           )
 
 deprecated("import from App.Common instead",
-           package_home = 'App.Common.package_home',
-           attrget = 'App.Common.attrget',
-           Dictionary = 'App.Common.Dictionary',
+           package_home = 'App.Common:package_home',
+           attrget = 'App.Common:attrget',
+           Dictionary = 'App.Common:Dictionary',
           )
 
 deprecated("import from Persistence instead",



More information about the Zope-Checkins mailing list