r13687 - MoreFieldsAndWidgets/CompoundField/trunk/Products/CompoundField
"Jean-Michel FRANCOIS" <[email protected]> Wed, 15 Jun 2011 16:18:32 +0000
| Newsgroups | gmane.comp.web.zope.plone.archetypes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toutpt Date: Wed Jun 15 16:18:32 2011 New Revision: 13687 Modified: MoreFieldsAndWidgets/CompoundField/trunk/Products/CompoundField/__init__.py Log: fix DeprecationWarning: package_home is deprecated. import from App.Common instead Modified: MoreFieldsAndWidgets/CompoundField/trunk/Products/CompoundField/__init__.py ============================================================================== --- MoreFieldsAndWidgets/CompoundField/trunk/Products/CompoundField/__init__.py (original) +++ MoreFieldsAndWidgets/CompoundField/trunk/Products/CompoundField/__init__.py Wed Jun 15 16:18:32 2011 @@ -32,7 +32,7 @@ import os import os.path -from Globals import package_home +from App.Common import package_home import Products.CMFPlone.interfaces from Products.Archetypes import listTypes from Products.Archetypes.atapi import * ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev