IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2015, 12:11:58 PM (11 years ago)
Author:
eugene
Message:

use sas40 inv.cmf / cmf files for diff test; use str(foo) to match column names

File:
1 edited

Legend:

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

    r39103 r39134  
    9696        print "words[1]: " + words[1]
    9797
     98        myList = ["word1", "word2", "word3"]
     99        if "word1" in myList:
     100            print "found word1"
     101
     102        if 'word1' in myList:
     103            print "alt word1"
    98104       
    99105
Note: See TracChangeset for help on using the changeset viewer.