~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to install/update.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:
14
14
import sys
15
15
import os
16
16
import shutil
17
 
from shared.jp2 import find_images, process_jp2_images
18
 
from shared.util import init_logger
19
 
from shared.db  import get_db_cursor
 
17
from helioviewer.jp2 import find_images, process_jp2_images
 
18
from helioviewer.db  import get_db_cursor
 
19
from helioviewer import init_logger
20
20
from optparse import OptionParser, IndentedHelpFormatter
21
21
 
22
22
def main(argv):