Skip to content

Commit 9b11e87

Browse files
authored
Update CochleaSeg.py
fix a bug related to issue #35
1 parent e53771e commit 9b11e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CochleaSeg/CochleaSeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Updated: 24.6.2019 #
2323
#======================================================================================
2424
from __future__ import print_function
25-
import os, time, unittest, logging
25+
import os,sys, time, unittest, logging
2626
from shutil import copyfile
2727
import numpy as np
2828
from __main__ import qt, ctk, slicer

0 commit comments

Comments
 (0)