- 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:
+3
-1
@@ -1,9 +1,11 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import string
|
import string
|
||||||
|
|
||||||
def information(message):
|
def information(message):
|
||||||
print message
|
sys.stdout.write(message)
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
# check if directory exists, and create if it doesn't
|
# check if directory exists, and create if it doesn't
|
||||||
# works recursively
|
# works recursively
|
||||||
|
|||||||
Reference in New Issue
Block a user