Changeset 35417 for trunk/ippToPsps/jython/queue.py
- Timestamp:
- Apr 19, 2013, 4:35:54 PM (13 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/queue.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130307/ippToPsps (added) merged: 35350,35352,35369,35402-35404,35413
- Property svn:mergeinfo changed
-
trunk/ippToPsps/jython/queue.py
r35226 r35417 29 29 super(Queue, self).__init__(argv) 30 30 31 print "inited ipptopsps"31 # print "inited ipptopsps" 32 32 33 33 # create various objects 34 34 self.gpc1Db = Gpc1Db(self.logger, self.config) 35 print "connect to gpc1"35 # print "connect to gpc1" 36 36 37 37 self.datastore = Datastore(self.logger, self.skychunk, self.ippToPspsDb) 38 38 39 print "made datastore"39 # print "made datastore" 40 40 41 41 # connect to scratch database 42 42 self.scratchDb = ScratchDb(self.logger, self.config) 43 43 44 print "connect to scratchdb"44 # print "connect to scratchdb" 45 45 46 46 try: … … 50 50 raise 51 51 52 print "got objects"52 # print "got objects" 53 53 54 54 self.skychunk.printAll()
Note:
See TracChangeset
for help on using the changeset viewer.
