diff --git a/tests/t.pty/test.pty.006.terminal.03.py b/tests/t.pty/test.pty.006.terminal.03.py index 63d7ce9c..beecc810 100755 --- a/tests/t.pty/test.pty.006.terminal.03.py +++ b/tests/t.pty/test.pty.006.terminal.03.py @@ -44,7 +44,7 @@ import threading import argparse from select import select -sys.path.append(os.path.join(sys.path[0],'../..')) +sys.path.append(os.path.join(sys.path[0],'../../libs/pyTermTk')) import TermTk as ttk parser = argparse.ArgumentParser() diff --git a/tests/t.pty/test.pty.006.terminal.04.py b/tests/t.pty/test.pty.006.terminal.04.py index 742e0442..1186163c 100755 --- a/tests/t.pty/test.pty.006.terminal.04.py +++ b/tests/t.pty/test.pty.006.terminal.04.py @@ -44,7 +44,7 @@ import threading import argparse from select import select -sys.path.append(os.path.join(sys.path[0],'../..')) +sys.path.append(os.path.join(sys.path[0],'../../libs/pyTermTk')) import TermTk as ttk parser = argparse.ArgumentParser() diff --git a/tests/t.pty/test.pty.006.terminal.05.py b/tests/t.pty/test.pty.006.terminal.05.py index b3a42fb7..1453fac1 100755 --- a/tests/t.pty/test.pty.006.terminal.05.py +++ b/tests/t.pty/test.pty.006.terminal.05.py @@ -25,7 +25,7 @@ import os, sys, argparse from select import select -sys.path.append(os.path.join(sys.path[0],'../..')) +sys.path.append(os.path.join(sys.path[0],'../../libs/pyTermTk')) import TermTk as ttk parser = argparse.ArgumentParser() diff --git a/tests/t.pty/test.pty.006.terminal.06.py b/tests/t.pty/test.pty.006.terminal.06.py index 1221a20f..e2000686 100755 --- a/tests/t.pty/test.pty.006.terminal.06.py +++ b/tests/t.pty/test.pty.006.terminal.06.py @@ -25,7 +25,7 @@ import os, sys, argparse from select import select -sys.path.append(os.path.join(sys.path[0],'../..')) +sys.path.append(os.path.join(sys.path[0],'../../libs/pyTermTk')) import TermTk as ttk parser = argparse.ArgumentParser() diff --git a/tests/t.pty/test.pty.006.terminal.07.py b/tests/t.pty/test.pty.006.terminal.07.py index b0bac594..359119c1 100755 --- a/tests/t.pty/test.pty.006.terminal.07.py +++ b/tests/t.pty/test.pty.006.terminal.07.py @@ -25,7 +25,7 @@ import os, sys, argparse from select import select -sys.path.append(os.path.join(sys.path[0],'../..')) +sys.path.append(os.path.join(sys.path[0],'../../libs/pyTermTk')) import TermTk as ttk parser = argparse.ArgumentParser() diff --git a/tests/t.pty/test.pty.006.terminal.08.getBuffer.py b/tests/t.pty/test.pty.006.terminal.08.getBuffer.py index efde2545..65ceac59 100755 --- a/tests/t.pty/test.pty.006.terminal.08.getBuffer.py +++ b/tests/t.pty/test.pty.006.terminal.08.getBuffer.py @@ -25,7 +25,7 @@ import os, sys, argparse from select import select -sys.path.append(os.path.join(sys.path[0],'../..')) +sys.path.append(os.path.join(sys.path[0],'../../libs/pyTermTk')) import TermTk as ttk parser = argparse.ArgumentParser()