Mercurial > libervia-pubsub
diff INSTALL @ 168:e2c2c2baf483
Fix use of uuid module now shipping with Python 2.5.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Wed, 03 Oct 2007 19:07:50 +0000 |
parents | ef22e4150caa |
children | c61034369463 |
line wrap: on
line diff
--- a/INSTALL Wed Oct 03 12:41:43 2007 +0000 +++ b/INSTALL Wed Oct 03 19:07:50 2007 +0000 @@ -3,7 +3,7 @@ - Twisted Core >= 2.0.0 - Twisted Words >= 0.4.0 -- uuid.py (http://ofxsuite.berlios.de/uuid.py) +- uuid.py (Python 2.5 std. lib. or http://pypi.python.org/pypi/uuid) - A jabber server that supports the component protocol (JEP-0114) - Wokkel (http://wokkel.ik.nu/)