51407890b0e4475ff9293a6b6374ed3a5b44874b
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / setuphandlers.py
1 def 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('koehsel.theme_various.txt') is None:
9         return
10
11     # Add additional setup code here