IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2015, 3:59:13 PM (11 years ago)
Author:
eugene
Message:

added code to populate StackToFrame table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/testCode.py

    r38973 r39068  
    77import os
    88import math
     9# import string
    910
    1011import stilts
     
    8283    def run(self, argv):
    8384
    84         self.connectMysql(argv)
    85         self.importIppTables()
     85        print "starting test"
     86
     87        myString = "this.is.a.test"
     88        print "my string: " + myString
     89
     90        words = myString.split('.')
     91        print "split my string"
     92
     93        for word in words:
     94            print "word: " + word
     95
     96        print "words[1]: " + words[1]
     97
     98        # self.connectMysql(argv)
     99        # self.importIppTables()
    86100
    87101        ## for x in range(0, 8):
Note: See TracChangeset for help on using the changeset viewer.