1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-31 03:31:41 +00:00

Restored python 2.5 compatibility

This commit is contained in:
Jonas Borgström 2011-08-03 17:54:03 +02:00
parent ed529f4d86
commit 60298e1469

View file

@ -1,3 +1,4 @@
from __future__ import with_statement
import fcntl
import msgpack
import os