Commit 57bc5fa6 authored by Finn Bock's avatar Finn Bock

Patch #631972: Adds an is_jython flag.

parent 768c98bb
......@@ -81,6 +81,8 @@ try:
except NameError:
have_unicode = 0
is_jython = sys.platform.startswith('java')
import os
# Filename used for testing
if os.name == 'java':
......
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