From 21a42f5f3388e91ca6dc4e91bf824dfc85fc7944 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Mon, 22 Jan 2007 13:17:18 -0800 Subject: [PATCH] [project @ robey@lag.net-20070122211718-02rz92vb9626vur4] an errant slash was making unit tests unrunnable on windows --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index a21d987..0027774 100755 --- a/test.py +++ b/test.py @@ -29,7 +29,7 @@ import unittest from optparse import OptionParser import paramiko -sys.path.append('tests/') +sys.path.append('tests') from test_message import MessageTest from test_file import BufferedFileTest