|
@@ -6,13 +6,13 @@ Use nose |
|
|
|
|
|
|
|
|
Requires PIL |
|
|
Requires PIL |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
from hyde.generator import Generator |
|
|
from hyde.generator import Generator |
|
|
from hyde.site import Site |
|
|
from hyde.site import Site |
|
|
from hyde.ext.plugins.images import thumb_scale_size |
|
|
from hyde.ext.plugins.images import thumb_scale_size |
|
|
import yaml |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from fswrap import File |
|
|
from fswrap import File |
|
|
|
|
|
import yaml |
|
|
|
|
|
|
|
|
TEST_SITE = File(__file__).parent.parent.child_folder('_test') |
|
|
TEST_SITE = File(__file__).parent.parent.child_folder('_test') |
|
|
IMAGE_SOURCE = File(__file__).parent.child_folder('images') |
|
|
IMAGE_SOURCE = File(__file__).parent.child_folder('images') |
|
|