aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-12-17 20:26:14 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-12-17 20:26:14 +0100
commit59e0e77c26f533a8492808183abb51a068f01d0d (patch)
tree8f71367478070b966080e62e888c5e9e104c10cb
parent7212530c639e379db6b955759a2c14e605608666 (diff)
downloadpyexiv2-59e0e77c26f533a8492808183abb51a068f01d0d.tar.gz
EMPTY_JPG_DATA was moved to the testutils module.
-rw-r--r--test/xmp.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/xmp.py b/test/xmp.py
index 147bd93..3379851 100644
--- a/test/xmp.py
+++ b/test/xmp.py
@@ -32,6 +32,7 @@ from pyexiv2.utils import FixedOffset, Rational, Fraction
from pyexiv2.metadata import ImageMetadata
import datetime
+from testutils import EMPTY_JPG_DATA
class TestXmpTag(unittest.TestCase):
@@ -329,8 +330,6 @@ class TestXmpTag(unittest.TestCase):
class TestXmpNamespaces(unittest.TestCase):
def setUp(self):
- # FIXME: EMPTY_JPG_DATA should go in testutils
- from metadata import EMPTY_JPG_DATA
self.metadata = ImageMetadata.from_buffer(EMPTY_JPG_DATA)
self.metadata.read()