source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/content/interfaces.py @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 13 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

  • Property svn:eol-style set to native
File size: 506 bytes
Line 
1import zope.deferredimport
2
3zope.deferredimport.deprecated(
4    "It has been moved to Products.CacheSetup.interfaces. " 
5    "This alias will be removed in a future release -- CacheFu 1.2 ?",
6    ICacheRule = 'Products.CacheSetup.interfaces:ICacheRule',
7    )
8
9zope.deferredimport.deprecated(
10    "It has been moved to Products.CacheSetup.interfaces. " 
11    "This alias will be removed in a future release -- CacheFu 1.2 ?",
12    ICacheToolFolder = 'Products.CacheSetup.interfaces:ICacheToolFolder',
13    )
14
Note: See TracBrowser for help on using the repository browser.