source: main/waeup.plonetheme/trunk/waeup/plonetheme/setuphandlers.py @ 12243

Last change on this file since 12243 was 5699, checked in by Henrik Bettermann, 14 years ago

Fill new trunk.

  • Property svn:keywords set to Id
File size: 424 bytes
RevLine 
[5699]1def setupVarious(context):
2
3    # Ordinarily, GenericSetup handlers check for the existence of XML files.
4    # Here, we are not parsing an XML file, but we use this text file as a
5    # flag to check that we actually meant for this import step to be run.
6    # The file is found in profiles/default.
7
8    if context.readDataFile('waeup.plonetheme_various.txt') is None:
9        return
10
11    # Add additional setup code here
Note: See TracBrowser for help on using the repository browser.