minor fix

This commit is contained in:
Miroslav Stampar 2011-10-19 21:35:01 +00:00
parent b6ccc0cc43
commit 0cbcbf159c
2 changed files with 7 additions and 0 deletions

View File

@ -592,6 +592,9 @@ dragoun dash <dragoun.dash@gmail.com>
fufuh <fufuh@users.sourceforge.net> fufuh <fufuh@users.sourceforge.net>
for reporting a bug when running on Windows for reporting a bug when running on Windows
Hans Wurst <wurstwass0r@googlemail.com>
for reporting a bug
james <james@ev6.net> james <james@ev6.net>
for reporting a bug for reporting a bug
@ -642,6 +645,9 @@ shiftzwei <shiftzwei@gmail.com>
smith <esmyl911@gmail.com> smith <esmyl911@gmail.com>
for reporting a minor bug for reporting a minor bug
Soma Cruz <oleg.kupreev@gmail.com>
for reporting a minor bug
Stuffe <stuffe.dk@gmail.com> Stuffe <stuffe.dk@gmail.com>
for reporting a minor bug and a feature request for reporting a minor bug and a feature request

View File

@ -10,6 +10,7 @@ See the file 'doc/COPYING' for copying permission
import difflib import difflib
import threading import threading
import time import time
import traceback
from thread import error as threadError from thread import error as threadError