diff -r a2e65c705db8 -r 63964d875993 configurationengine/build-scripts/export_bat.py --- a/configurationengine/build-scripts/export_bat.py Tue Oct 26 10:43:50 2010 +0100 +++ b/configurationengine/build-scripts/export_bat.py Sat Nov 06 16:59:14 2010 +0200 @@ -157,7 +157,7 @@ log.info("Copying library eggs...") DEP_EGGS_DIR = os.path.normpath(os.path.join(ROOT_PATH, '../dep-eggs')) assert os.path.isdir(DEP_EGGS_DIR) - DEPENDENCIES = ['simplejson', 'Jinja2'] + DEPENDENCIES = ['simplejson'] for dep in DEPENDENCIES: egg_file_name = find_egg_file(DEP_EGGS_DIR, dep, PYTHON_VERSION) if egg_file_name is None: