This commit is contained in:
Sebastien Bourdeauducq 2015-02-04 14:44:39 +08:00
parent fc92a66e51
commit 186aa7fdb7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def main():
repository = Repository()
explist = FlatFileDB("explist.pyon")
if os.name == 'nt':
if os.name == "nt":
loop = asyncio.ProactorEventLoop()
asyncio.set_event_loop(loop)
else: