From 64fe56df8950914ce6519af10983b9babcb02c8c Mon Sep 17 00:00:00 2001 From: Brian Mattern Date: Mon, 26 Mar 2012 17:30:04 -0700 Subject: [PATCH] remove unused imports --- hyde/tests/ext/test_images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyde/tests/ext/test_images.py b/hyde/tests/ext/test_images.py index 0db2ee0..fe9628d 100644 --- a/hyde/tests/ext/test_images.py +++ b/hyde/tests/ext/test_images.py @@ -6,13 +6,13 @@ Use nose Requires PIL """ - from hyde.generator import Generator from hyde.site import Site from hyde.ext.plugins.images import thumb_scale_size -import yaml + from fswrap import File +import yaml TEST_SITE = File(__file__).parent.parent.child_folder('_test') IMAGE_SOURCE = File(__file__).parent.child_folder('images')