diff options
author | dcbw <dcbw> | 2005-06-21 14:11:17 +0000 |
---|---|---|
committer | dcbw <dcbw> | 2005-06-21 14:11:17 +0000 |
commit | e06a168216e9a84960467e62a5c7a83cfbd14461 (patch) | |
tree | c7dc19285014bf22f72dbaa2005e61f9b4aa4dc5 /ChangeLog | |
parent | 7cdc031a91e055a43b53ac9f6f39c1b6c638ee63 (diff) | |
download | mock-e06a168216e9a84960467e62a5c7a83cfbd14461.tar.gz mock-e06a168216e9a84960467e62a5c7a83cfbd14461.tar.xz mock-e06a168216e9a84960467e62a5c7a83cfbd14461.zip |
2005-06-21 10:02 dcbw
* mock.py:
Fix traceback in clean() when self.basedir doesn't
yet exist.
Fix traceback when call to Root() raises an exception
and doesn't therefore set 'my'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-06-21 10:02 dcbw + + * mock.py: + Fix traceback in clean() when self.basedir doesn't + yet exist. + Fix traceback when call to Root() raises an exception + and doesn't therefore set 'my' + 2005-06-11 23:56 skvidal * mock.py: |