~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to install/helioviewer/downloader/servers/lmsal.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:
1
1
"""LMSAL DataServer definition"""
2
 
from hvpull.servers import DataServer
 
2
from downloader.servers import DataServer
3
3
 
4
4
class LMSALDataServer(DataServer):
5
5
    """LMSAL Datasource definition"""