소스 검색

Restored python 2.5 compatibility

Jonas Borgström 14 년 전
부모
커밋
60298e1469
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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