# -*- coding: utf-8 # Copyright 2007 by Meelis Mets try: from Products.CMFPlone.migrations import v2_5 except ImportError: PLONE25 = 0 PLONE21 = 1 # This is ok since we've never supported anything below Plone 2.1 else: PLONE25 = 1 PLONE21 = 0 SKINS_DIR = 'skins' PROJECT_NAME = 'Psyhvel' GLOBALS = globals() ROLES = ['Editor'] SKINLIST = [] TASK_LIST = ('FlowerTask','ChoiceTask','SoundTesting','SoundTask','DragTask','DragTesting','HedgehogTask','TMTTask',) STIMULUS_LIST = ('TextStimulus','PictureStimulus','MultiPictureStimulus','WordStimulus','SoundStimulus',) TEST_LIST = ('TestFolder','Collection') GAMES_LIST = ('RoboRun', 'RoboLaser', 'BearComboling', 'BearBasket', 'GameIntroduction',)