alan5281 / cometd

Automatically exported from code.google.com/p/cometd
0 stars 0 forks source link

update reference to python path module #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. url for python path module is no longer valid in setup dependencies

What version of the product are you using? On what operating system?

trunk

Please provide any additional information below.

Here's the patch necessary:

Index: setup_dependencies.sh
===================================================================
--- setup_dependencies.sh       (revision 410)
+++ setup_dependencies.sh       (working copy)
@@ -20,9 +20,9 @@
 cd ..

 echo "installing path"
-wget http://www.jorendorff.com/articles/python/path/path-2.1.zip
-unzip path-2.1.zip
-cd path-2.1
+wget http://cheeseshop.python.org/packages/source/p/path.py/path-2.2.zip
+unzip path-2.2.zip
+cd path-2.2
 sudo python setup.py install
 cd ..

Original issue reported on code.google.com by dyla...@gmail.com on 24 Jul 2007 at 3:52

GoogleCodeExporter commented 9 years ago
fixed in rev 415

Original comment by slightly...@gmail.com on 27 Aug 2007 at 10:06