~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to install/downloader.py

  • Committer: Keith Hughitt
  • Date: 2012-05-02 14:45:20 UTC
  • mto: This revision was merged to the branch mainline in revision 732.
  • Revision ID: keith.hughitt@nasa.gov-20120502144520-p3xz15yp6j84n212
Renamed downloader module to hvpull (original name)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import argparse
26
26
import ConfigParser
27
27
from helioviewer import init_logger
28
 
from helioviewer.downloader.net.daemon import ImageRetrievalDaemon
 
28
from helioviewer.hvpull.net.daemon import ImageRetrievalDaemon
29
29
 
30
30
def main():
31
31
    """Main application"""