p111 - Database.py now works without unnecessary db libs. Configuration.py made executable. stderr now unbuffered.

This commit is contained in:
steffen123
2008-10-04 19:03:02 +01:00
parent 4b432d7ccd
commit f1947bb6cb
5 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ import os
import thread
import Queue
errorfile = open('HUD-error.txt', 'w')
errorfile = open('HUD-error.txt', 'w', 0)
sys.stderr = errorfile
# pyGTK modules