Changeset 4564 for branch/UMPA/tests/unit/test_0init.py
- Timestamp:
- 04/23/09 03:49:04 (4 years ago)
- Files:
-
- 1 modified
-
branch/UMPA/tests/unit/test_0init.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/UMPA/tests/unit/test_0init.py
r4547 r4564 43 43 shutil.rmtree(cls.tmp_dir) 44 44 os.path.expanduser = old_expanduser 45 reload(umpa) 45 46 46 47 def test_paths(self):
