Changeset 25
- Timestamp:
- 05/29/06 13:38:33 (7 years ago)
- Files:
-
- branches/mk/tests/test_count_files.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/tests/test_count_files.py
r24 r25 41 41 def tearDown(self): 42 42 shutil.rmtree(self.temp_top_dir) 43 os.unlink(self._mock_logfile) 43 44 44 45 def create_files(self, files):
