|
|
@@ -4,11 +4,11 @@ Use nose |
|
|
|
`$ pip install nose` |
|
|
|
`$ nosetests` |
|
|
|
""" |
|
|
|
from hyde.fs import File, Folder |
|
|
|
from hyde.model import Expando |
|
|
|
from hyde.generator import Generator |
|
|
|
from hyde.site import Site |
|
|
|
|
|
|
|
from fswrap import File, Folder |
|
|
|
|
|
|
|
RJS_SOURCE = File(__file__).parent.child_folder('requirejs') |
|
|
|
TEST_SITE = File(__file__).parent.parent.child_folder('_test') |
|
|
|
|
|
|
|