- util.information artık sys.stdout kullanıyor. "information"

bilgisine print ile yeni satır eklemeye gerek yok. istemcisi karar
  versin...

- fetcher percentHook kullanıyor....
This commit is contained in:
Barış Metin
2005-06-10 13:32:08 +00:00
parent f866b7c181
commit cd3f4f20de
+3 -1
View File
@@ -1,9 +1,11 @@
# -*- coding: utf-8 -*-
import os
import sys
import string
def information(message):
print message
sys.stdout.write(message)
sys.stdout.flush()
# check if directory exists, and create if it doesn't
# works recursively