diff options
author | Robey Pointer <robey@lag.net> | 2007-01-22 13:17:18 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2007-01-22 13:17:18 -0800 |
commit | 21a42f5f3388e91ca6dc4e91bf824dfc85fc7944 (patch) | |
tree | 0bff4c38afa60ca7cae58b55b7c2e434f611c745 /test.py | |
parent | c1e3e85353a29141daeca5c81fef57e2ea36c12c (diff) |
[project @ robey@lag.net-20070122211718-02rz92vb9626vur4]
an errant slash was making unit tests unrunnable on windows
Diffstat (limited to 'test.py')
-rwxr-xr-x | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |