--- a/.hgtags Sat Aug 11 01:27:51 2012 +0200
+++ b/.hgtags Fri Aug 24 16:42:35 2012 +0200
@@ -84,3 +84,4 @@
dfdbe9e00aae99212fc4bf4f54765ee36a2857d2 V01.13
99286ab161613fca59b9db72959a38ed8f77be25 V01.14
d9bfc148a887ffb0b05f4c784f8b18fea4741dfd V01.15
+960e4d8d8acda221938ed50d2681a27bd370e22f V01.16
--- a/src/ldt/ldt/__init__.py Sat Aug 11 01:27:51 2012 +0200
+++ b/src/ldt/ldt/__init__.py Fri Aug 24 16:42:35 2012 +0200
@@ -1,4 +1,4 @@
-VERSION = (1, 15, 0, "final", 0)
+VERSION = (1, 16, 0, "final", 0)
def get_version():
--- a/virtualenv/setup/res/res_create_env.py Sat Aug 11 01:27:51 2012 +0200
+++ b/virtualenv/setup/res/res_create_env.py Fri Aug 24 16:42:35 2012 +0200
@@ -1,6 +1,6 @@
import platform
-from lib_create_env import lib_generate_install_methods, install_pylucene, install_psycopg2
+from lib_create_env import lib_generate_install_methods
system_str = platform.system()