Just a comment.

This commit is contained in:
jevans 2013-06-04 20:54:36 -04:00
commit b736d0d1d0

View file

@ -52,6 +52,7 @@ class TestJp2k(unittest.TestCase):
@classmethod
def setUpClass(cls):
# Setup a JP2 file with a bad XML box.
jp2file = pkg_resources.resource_filename(glymur.__name__,
"data/nemo.jp2")
with tempfile.NamedTemporaryFile(suffix='.jp2', delete=False) as tfile: