finish the merge ... yeh I missed a <<<<<<<HEAD ...

This commit is contained in:
Pierre Gerold 2015-12-07 12:10:18 +01:00
parent c218ff25f7
commit 6ba2104c4b

View File

@ -104,11 +104,7 @@ def atomic_writing(path, text=True, encoding='utf-8', log=None, **kwargs):
@contextmanager
<<<<<<< HEAD
def _simple_writing(path, text=True, encoding='utf-8', log=None, **kwargs):
=======
def _simple_writing(path, text=True, encoding='utf-8', **kwargs):
>>>>>>> master
"""Context manager to write file without doing atomic writing
( for weird filesystem eg: nfs).