[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/ Cleanup

Wichert Akkerman wichert at wiggy.net
Fri Jan 11 14:05:00 EST 2008


Log message for revision 82815:
  Cleanup

Changed:
  D   zopeorg.theme/trunk/zopeorg/theme/profiles/default/import_steps.xml
  D   zopeorg.theme/trunk/zopeorg/theme/profiles/default/zopeorg.theme_various.txt
  D   zopeorg.theme/trunk/zopeorg/theme/setuphandlers.py

-=-
Deleted: zopeorg.theme/trunk/zopeorg/theme/profiles/default/import_steps.xml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/profiles/default/import_steps.xml	2008-01-11 17:46:27 UTC (rev 82814)
+++ zopeorg.theme/trunk/zopeorg/theme/profiles/default/import_steps.xml	2008-01-11 19:05:00 UTC (rev 82815)
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<import-steps>
-  <import-step id="zopeorg.theme.various"
-               version="20071121-01"
-               handler="zopeorg.theme.setuphandlers.setupVarious"
-               title="Zope.org Theme: miscellaneous import steps">
-    <dependency step="skins" />
-    Various import steps that are not handled by GS import/export
-    handlers.
-  </import-step>
-</import-steps>

Deleted: zopeorg.theme/trunk/zopeorg/theme/profiles/default/zopeorg.theme_various.txt
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/profiles/default/zopeorg.theme_various.txt	2008-01-11 17:46:27 UTC (rev 82814)
+++ zopeorg.theme/trunk/zopeorg/theme/profiles/default/zopeorg.theme_various.txt	2008-01-11 19:05:00 UTC (rev 82815)
@@ -1 +0,0 @@
-This file is used as a marker in setuphandlers.py.
\ No newline at end of file

Deleted: zopeorg.theme/trunk/zopeorg/theme/setuphandlers.py
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/setuphandlers.py	2008-01-11 17:46:27 UTC (rev 82814)
+++ zopeorg.theme/trunk/zopeorg/theme/setuphandlers.py	2008-01-11 19:05:00 UTC (rev 82815)
@@ -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('zopeorg.theme_various.txt') is None:
-        return
-        
-    # Add additional setup code here
\ No newline at end of file



More information about the Checkins mailing list