Commit 722d78f1 authored by Tim Peters's avatar Tim Peters

s/endswith/startswith/

parent 66e1a254
......@@ -20,7 +20,7 @@ sys.path.insert(0, os.curdir)
source = TESTFN + ".py"
pyo = TESTFN + ".pyo"
if sys.platform.endswith('java'):
if sys.platform.startswith('java'):
pyc = TESTFN + "$py.class"
else:
pyc = TESTFN + ".pyc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment