rename things

This commit is contained in:
clowwindy 2014-06-01 19:34:35 +08:00
parent d69272767f
commit bbad408ace
2 changed files with 26 additions and 27 deletions

View file

@ -194,7 +194,6 @@ class EventLoop(object):
def run(self):
while not self.stopping:
events = None
try:
events = self.poll(1)
except (OSError, IOError) as e: