an errant slash was making unit tests unrunnable on windows
This commit is contained in:
Robey Pointer 2007-01-22 13:17:18 -08:00
parent c1e3e85353
commit 21a42f5f33
1 changed files with 1 additions and 1 deletions

View File

@ -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