author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Fri, 07 Nov 2008 18:42:43 +0100 | |
changeset 7335 | 866d2715aff5 |
parent 7334 | 618140c75d8d |
child 7336 | 2dc868712dcc |
--- a/mercurial/transaction.py Fri Nov 07 18:41:22 2008 +0100 +++ b/mercurial/transaction.py Fri Nov 07 18:42:43 2008 +0100 @@ -12,7 +12,7 @@ # of the GNU General Public License, incorporated herein by reference. from i18n import _ -import os +import os, errno class transaction(object): def __init__(self, report, opener, journal, after=None, createmode=None):