source: products/qPloneTiles/trunk/__init__.py @ 2683

Last change on this file since 2683 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 159 bytes
Line 
1from Products.CMFCore.DirectoryView import registerDirectory
2
3from Products.qPloneTiles.config import SKINS_DIR, GLOBALS
4
5registerDirectory(SKINS_DIR, GLOBALS)
Note: See TracBrowser for help on using the repository browser.