]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Fix run script for python2.6
authorChris Porter <redacted>
Mon, 13 Oct 2008 11:40:26 +0000 (12:40 +0100)
committerChris Porter <redacted>
Mon, 13 Oct 2008 11:40:26 +0000 (12:40 +0100)
run.bat

diff --git a/run.bat b/run.bat
index 52a51a972a577f491fa333f313702c636f651839..027985ac74cb3220d0d9a92a5233a7b1a5dcecd2 100644 (file)
--- a/run.bat
+++ b/run.bat
@@ -1,3 +1,3 @@
-set PYTHONPATH=.\r
+set PYTHONPATH=.;c:\python25\lib\site-packages\r
 c:\python25\scripts\twistd.py qwebirc -n\r
 pause\r