This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
borg
mirror of
https://github.com/borgbackup/borg
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Restored python 2.5 compatibility
Jonas Borgström
14 years ago
parent
ed529f4d86
commit
60298e1469
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
darc/remote.py
+ 1
- 0
darc/remote.py
View File
@@ -1,3 +1,4 @@
+from __future__ import with_statement
import fcntl
import msgpack
import os