This commit is contained in:
Kovid Goyal 2014-04-25 14:50:33 +05:30
parent bd66002283
commit 8967c57252

View File

@ -71,6 +71,7 @@ class Listener(Thread): # {{{
def close(self):
self._run = False
try:
if self.listener is not None:
self.listener.close()
except:
import traceback