diff -r 0951727b8815 -r d2c80f5cab53 configurationengine/build-scripts/export_bat.py --- a/configurationengine/build-scripts/export_bat.py Wed Sep 08 12:20:56 2010 +0300 +++ b/configurationengine/build-scripts/export_bat.py Thu Oct 21 16:36:53 2010 +0300 @@ -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: