summaryrefslogtreecommitdiffhomepage
path: root/test.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2007-01-22 13:17:18 -0800
committerRobey Pointer <robey@lag.net>2007-01-22 13:17:18 -0800
commit21a42f5f3388e91ca6dc4e91bf824dfc85fc7944 (patch)
tree0bff4c38afa60ca7cae58b55b7c2e434f611c745 /test.py
parentc1e3e85353a29141daeca5c81fef57e2ea36c12c (diff)
[project @ robey@lag.net-20070122211718-02rz92vb9626vur4]
an errant slash was making unit tests unrunnable on windows
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index a21d9879..0027774a 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