Clean up skeleton and remove easyshop stuff into extra branch
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / setuphandlers.py
diff --git a/src/koehsel.theme/koehsel/theme/setuphandlers.py b/src/koehsel.theme/koehsel/theme/setuphandlers.py
deleted file mode 100644 (file)
index 5140789..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-def setupVarious(context):
-
-    # Ordinarily, GenericSetup handlers check for the existence of XML files.
-    # Here, we are not parsing an XML file, but we use this text file as a
-    # flag to check that we actually meant for this import step to be run.
-    # The file is found in profiles/default.
-
-    if context.readDataFile('koehsel.theme_various.txt') is None:
-        return
-
-    # Add additional setup code here