Skip to content

Commit 1f8eee4

Browse files
author
Jonathan Warren
committed
removed apparently unnecessary loop
1 parent 2012096 commit 1f8eee4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bitmessageqt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2941,6 +2941,7 @@ def run(self):
29412941
import gevent
29422942
except ImportError as ex:
29432943
print "cannot find gevent"
2944+
gevent = None
29442945
else:
29452946
def mainloop(app):
29462947
while True:

0 commit comments

Comments
 (0)