Commit e3cfbaac authored by Preston Timmons's avatar Preston Timmons Committed by Carl Meyer
Browse files

Modified sitemaps to work with unittest2 discovery.

parent 629d704d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
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