# HG changeset patch # User ymh # Date 1350603131 -7200 # Node ID 483bbe704c97af20ccdf819afdfb61fdaa1fdec7 # Parent 8d87eef262341dfee6cfc1476395f3b635ee6b70 correct ldt file name diff -r 8d87eef26234 -r 483bbe704c97 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Oct 19 01:19:32 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Fri Oct 19 01:32:11 2012 +0200 @@ -43,7 +43,7 @@ 'WHOOSH': {'setup': 'whoosh', 'url':'https://bitbucket.org/mchaput/whoosh/get/tip.tar.gz', 'local':'whoosh-2.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'SETUPTOOLS_HG' : {'setup':'setuptools_hg', 'url':'http://pypi.python.org/packages/source/s/setuptools_hg/setuptools_hg-0.4.tar.gz', 'local': 'setuptools_hg-0.4.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'WSGIREF' : {'setup':'wsgiref', 'url':'http://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip', 'local': 'wsgiref-0.1.2.zip', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, - 'LDT': {'setup': 'ldt','url': 'ldt-1.27.tar.gz', 'local':"ldt-1.267.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'LDT': {'setup': 'ldt','url': 'ldt-1.27.tar.gz', 'local':"ldt-1.27.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows':