Changeset 752d9f0
- Timestamp:
- 12/02/10 10:50:26 (2 years ago)
- Branches:
- master, external, fix-prolong, refactor, refactor-ext, refactor-subsolvers
- Children:
- 96b151e
- Parents:
- 15366e2
- git-author:
- Oleg Batrashev <ogbash@…> (12/02/10 10:50:26)
- git-committer:
- Oleg Batrashev <ogbash@…> (12/02/10 10:50:26)
- File:
-
- 1 edited
-
scripts/doug/test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/doug/test.py
rcc21d7d r752d9f0 70 70 def setUp(self): 71 71 self.dougExecution.setUp() 72 self.dougExecution.acquire() 72 73 73 74 def tearDown(self): 74 self.dougExecution.tearDown() 75 75 try: 76 self.dougExecution.tearDown() 77 finally: 78 self.dougExecution.free() 76 79 77 80 def acquire(self):
Note: See TracChangeset
for help on using the changeset viewer.
