Skip to content

Commit d9460d3

Browse files
committed
remove cygwin there too
1 parent 91ca8c4 commit d9460d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/interfaces/jmoldata.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ def jmolpath(self):
8585
"""
8686
jmolpath = os.path.join(JMOL_DIR, "JmolData.jar")
8787

88-
if sys.platform == 'cygwin':
89-
import cygwin
90-
jmolpath = cygwin.cygpath(jmolpath, 'w')
91-
9288
return jmolpath
9389

9490
def is_jmol_available(self):

0 commit comments

Comments
 (0)