14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
20
from warnings import warn
22
23
class AtomicFile(object):
23
24
"""A file that does an atomic-rename to move into place.