p111 - Database.py now works without unnecessary db libs. Configuration.py made executable. stderr now unbuffered.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user