removed apparently unnecessary loop

This commit is contained in:
Jonathan Warren 2013-07-05 16:01:20 -04:00
parent 2012096673
commit 1f8eee4119
1 changed files with 1 additions and 0 deletions

View File

@ -2941,6 +2941,7 @@ try:
import gevent
except ImportError as ex:
print "cannot find gevent"
gevent = None
else:
def mainloop(app):
while True: