release 2.8 checkin
[TestXSLT.git] / libxml2 / python / setup.py
index 07a4f94..d207403 100755 (executable)
@@ -8,7 +8,7 @@ from distutils.core import setup, Extension
 # Below ROOT, we expect to find include, include/libxml2, lib and bin.
 # On *nix, it is not needed (but should not harm), 
 # on Windows, it is set by configure.js.
-ROOT = r'/Users/liyanage/Documents/src/TestXSLT/build/libxml2-gnustyle' 
+ROOT = r'/Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle' 
 
 # If this flag is set (windows only), 
 # a private copy of the dlls are included in the package.