Skip to content

Commit

Permalink
check and set a flag if running on jython
Browse files Browse the repository at this point in the history
* rather than cpython
  • Loading branch information
jefferis committed Apr 16, 2015
1 parent e66617f commit 074d716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmtkgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
'''
import os, sys, time, csv
import subprocess, re, urllib2, tempfile
import platform

is_jython = platform.system()=="Java"

gui_tarball_url='https://github.com/jefferis/fiji-cmtk-gui/tarball/master'

Expand Down

0 comments on commit 074d716

Please sign in to comment.