summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/runtktests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/test/runtktests.py')
-rw-r--r--Lib/tkinter/test/runtktests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/test/runtktests.py b/Lib/tkinter/test/runtktests.py
index ccb3755..dbe5e88 100644
--- a/Lib/tkinter/test/runtktests.py
+++ b/Lib/tkinter/test/runtktests.py
@@ -16,7 +16,7 @@ this_dir_path = os.path.abspath(os.path.dirname(__file__))
def is_package(path):
for name in os.listdir(path):
- if name in ('__init__.py', '__init__.pyc', '__init.pyo'):
+ if name in ('__init__.py', '__init__.pyc'):
return True
return False