Modified sitemaps to work with unittest2 discovery.

This commit is contained in:
Preston Timmons 2013-04-02 23:45:54 +00:00 committed by Carl Meyer
parent 629d704d5f
commit e3cfbaaca4
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
from .flatpages import FlatpagesSitemapTests
from .generic import GenericViewsSitemapTests
from .http import HTTPSitemapTests
from .https import HTTPSSitemapTests, HTTPSDetectionSitemapTests
from .test_flatpages import FlatpagesSitemapTests
from .test_generic import GenericViewsSitemapTests
from .test_http import HTTPSitemapTests
from .test_https import HTTPSSitemapTests, HTTPSDetectionSitemapTests