Changeset 1847
- Timestamp:
- 2 Jun 2007, 17:33:18 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/PatchZODBConnectionOpen.py
r1825 r1847 33 33 self._synch = synch 34 34 self._mvcc = mvcc and not self._version 35 36 35 if transaction_manager is None: 37 36 transaction_manager = transaction.manager … … 45 44 self._resetCache() 46 45 # else: 46 # import pdb; pdb.set_trace() 47 47 # self._flush_invalidations() 48 48 … … 58 58 if connection is not self: 59 59 connection.open(transaction_manager, mvcc, synch, False) 60 60 61 Connection.open = open -
WAeUP_SRP/trunk/__init__.py
r1845 r1847 12 12 13 13 import PatchCPSWorkflowWorkflowDefinition 14 #import PatchCatalogToolSearchResults15 14 import PatchCatalogToolXMLAdapter 16 15 import PatchCPSSchemasAttributeStorageAdapter -
WAeUP_SRP/trunk/skins/waeup_epayment/getPaymentsFolderInfo.py
r1845 r1847 37 37 request = context.REQUEST 38 38 students = context.portal_url.getPortalObject().campus.students 39 #set_trace()40 39 student_id = context.getStudentId() 41 40 if student_id is None:
Note: See TracChangeset for help on using the changeset viewer.