# HG changeset patch # User fabien # Date 1064762111 14400 # Node ID f34f8083c1ed5ab5875f1333eaef753c4c25fa37 # Parent 212f1dc25b67161c8695548cfc573ff34e02b7f4 [svn r1562] Add the xbel-utils dependency. diff -r 212f1dc25b67 -r f34f8083c1ed INSTALL --- a/INSTALL Sat Sep 27 03:37:42 2003 -0400 +++ b/INSTALL Sun Sep 28 11:15:11 2003 -0400 @@ -21,6 +21,8 @@ - pygresql (http://www.pygresql.org/). A Python DBAPI-2.0 interface to postgresql. I think any other DBAPI-2.0 compliant module will do it with only small modifications. + - xbel-utils. A part of python-xml to manipulate XBEL XML files. + Only necessary if you want the XBEL files import feature. -- xbelweb installation