Modified sitemaps to work with unittest2 discovery.
This commit is contained in:
parent
629d704d5f
commit
e3cfbaaca4
|
@ -1,4 +1,4 @@
|
||||||
from .flatpages import FlatpagesSitemapTests
|
from .test_flatpages import FlatpagesSitemapTests
|
||||||
from .generic import GenericViewsSitemapTests
|
from .test_generic import GenericViewsSitemapTests
|
||||||
from .http import HTTPSitemapTests
|
from .test_http import HTTPSitemapTests
|
||||||
from .https import HTTPSSitemapTests, HTTPSDetectionSitemapTests
|
from .test_https import HTTPSSitemapTests, HTTPSDetectionSitemapTests
|
||||||
|
|
Loading…
Reference in New Issue