diff options
Diffstat (limited to 'PC/testpy.py')
-rw-r--r-- | PC/testpy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/testpy.py b/PC/testpy.py index 36f9200..4ef3d4f 100644 --- a/PC/testpy.py +++ b/PC/testpy.py @@ -18,8 +18,6 @@ except: a PC, you should add the dos_8x3 directory to your PYTHONPATH.""") sys.exit(1) -import os - for dir in sys.path: file = os.path.join(dir, "os.py") if os.path.isfile(file): |