Removed superfluous print statement
This commit is contained in:
parent
fd22e7d929
commit
14542af0ca
@ -11,7 +11,6 @@ excludes = ['test_sendkeys']
|
|||||||
|
|
||||||
def run_tests():
|
def run_tests():
|
||||||
testfolder = os.path.abspath(os.path.split(__file__)[0])
|
testfolder = os.path.abspath(os.path.split(__file__)[0])
|
||||||
print testfolder
|
|
||||||
|
|
||||||
sys.path.append(testfolder)
|
sys.path.append(testfolder)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user