Forráskód Böngészése

Use unbuffered standard I/O in dulwich script.

Jelmer Vernooij 13 éve
szülő
commit
ae5df7c2cc
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>
 #