Merge pull request #100 from ConlonNovak/patch-1
Changed .lif to .xml, allowing annotation I/O
This commit is contained in:
commit
550c4581ec
@ -18,7 +18,7 @@ class LabelFileError(Exception):
|
|||||||
|
|
||||||
class LabelFile(object):
|
class LabelFile(object):
|
||||||
# It might be changed as window creates
|
# It might be changed as window creates
|
||||||
suffix = '.lif'
|
suffix = '.xml'
|
||||||
|
|
||||||
def __init__(self, filename=None):
|
def __init__(self, filename=None):
|
||||||
self.shapes = ()
|
self.shapes = ()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user