Fix error when no aux_windows are specified.

This commit is contained in:
Ray
2009-03-05 10:12:31 -05:00
parent 6667f4cddb
commit e9861e18c8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ Main for FreePokerTools HUD.
import sys
# redirect the stderr
#errorfile = open('HUD-error.txt', 'w', 0)
#sys.stderr = errorfile
errorfile = open('HUD-error.txt', 'w', 0)
sys.stderr = errorfile
import os
import thread