소스 검색

Use unbuffered standard I/O in dulwich script.

Jelmer Vernooij 13 년 전
부모
커밋
ae5df7c2cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
 # dulwich - Simple command-line interface to Dulwich
 # Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
 #