~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to install/helioviewer/downloader/browser/httpbrowser.py

  • Committer: Keith Hughitt
  • Date: 2012-04-23 19:07:32 UTC
  • mto: This revision was merged to the branch mainline in revision 732.
  • Revision ID: keith.hughitt@nasa.gov-20120423190732-40hc0ond3dhvo9ek
Reorganized installer and downloader code

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import os
3
3
import urllib
4
4
from sgmllib import SGMLParser
5
 
from hvpull.browser.basebrowser import BaseDataBrowser
 
5
from downloader.browser.basebrowser import BaseDataBrowser
6
6
 
7
7
class HTTPDataBrowser(BaseDataBrowser):
8
8
    def __init__(self, uri):