Merge branch 'issue18' into devel

This commit is contained in:
jevans 2013-06-05 22:38:08 -04:00
commit 9c0e178a1c

View file

@ -689,6 +689,7 @@ class TestPrinting(unittest.TestCase):
# Now append the codestream.
tfile2.write(codestream)
tfile2.flush()
jasoc = glymur.Jp2k(tfile2.name)
print(jasoc.box[3])