Imported from SVN by Bitbucket

This commit is contained in:
2015-03-31 20:01:45 +00:00
committed by bitbucket
commit 28581309ce
47 changed files with 1087 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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('caotek.tcshome_theme_various.txt') is None:
return
# Add additional setup code here