2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00
This commit is contained in:
Sebastien Bourdeauducq 2015-02-04 14:44:39 +08:00
parent fc92a66e51
commit 186aa7fdb7

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: