Changeset 31180
- Timestamp:
- Apr 5, 2011, 3:05:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/initbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/initbatch.py
r31118 r31180 15 15 ''' 16 16 def __init__(self): 17 super(InitBatch, self).__init__( 18 "init", 19 "", 20 "init.fits", 21 "localhost", 22 "ipptopsps_scratch", 23 "ipp", 24 "ipp") 17 super(InitBatch, self).__init__("init") 18 19 self.outputFitsPath = "00000000.FITS"; 20 25 21 26 22 initBatch = InitBatch()
Note:
See TracChangeset
for help on using the changeset viewer.
