From 03ea0f4b54ec77eb8db6a6089ab7a79ea693ff2f Mon Sep 17 00:00:00 2001 From: jevans Date: Thu, 6 Feb 2014 21:11:42 -0500 Subject: [PATCH] Removed test artifact. Closes #154 --- glymur/test/test_jp2box.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/glymur/test/test_jp2box.py b/glymur/test/test_jp2box.py index a4930a9..c647bd2 100644 --- a/glymur/test/test_jp2box.py +++ b/glymur/test/test_jp2box.py @@ -69,8 +69,6 @@ class TestDataEntryURL(unittest.TestCase): boxes.append(deurl) with tempfile.NamedTemporaryFile(suffix=".jp2") as tfile: jp22 = jp2.wrap(tfile.name, boxes=boxes) - import shutil - shutil.copyfile(tfile.name, '/Users/jevans/a.jp2') actdata = [box.box_id for box in jp22.box] expdata = ['jP ', 'ftyp', 'jp2h', 'jp2c', 'url ']