[#6458] Refactored Google Code project extractor

  • Introduced a caching get_page() method so that page fetching
    is no longer tightly coupled to extractor instantiation. In
    other words, you can fetch any page you want, regardless of
    the page that you instantiated the extractor with.

  • Also removed the wiki-specific stuff and moved that to a
    subclass in the googlecodewikiimporter pkg.

Signed-off-by: Tim Van Steenburgh tvansteenburgh@gmail.com

Tim Van Steenburgh Tim Van Steenburgh 2013-08-08

Dave Brondsema Dave Brondsema 2013-08-08

changed ForgeImporters/forgeimporters/google/__init__.py
changed ForgeImporters/forgeimporters/tests/google/test_extractor.py
changed ForgeWiki/forgewiki/wiki_main.py
ForgeImporters/forgeimporters/google/__init__.py Diff Switch to side-by-side view
Loading...
ForgeImporters/forgeimporters/tests/google/test_extractor.py Diff Switch to side-by-side view
Loading...
ForgeWiki/forgewiki/wiki_main.py Diff Switch to side-by-side view
Loading...