Explorar el Código

Restored python 2.5 compatibility

Jonas Borgström hace 14 años
padre
commit
60298e1469
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      darc/remote.py

+ 1 - 0
darc/remote.py

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