c67e63
diff -up dblatex-0.2.7/setup.py.external_which dblatex-0.2.7/setup.py
c67e63
--- dblatex-0.2.7/setup.py.external_which	2007-04-26 21:08:56.000000000 +0200
c67e63
+++ dblatex-0.2.7/setup.py	2007-07-22 19:35:05.000000000 +0200
c67e63
@@ -147,7 +147,7 @@ os.environ["SGML_CATALOG_FILES"] = cat
c67e63
 
c67e63
 def find_programs(utils):
c67e63
     sys.path.append("lib")
c67e63
-    from contrib.which import which
c67e63
+    import which
c67e63
     util_paths = {}
c67e63
     missed = []
c67e63
     for util in utils: