mirror of https://github.com/m-labs/artiq.git
style
This commit is contained in:
parent
fc92a66e51
commit
186aa7fdb7
|
@ -41,7 +41,7 @@ def main():
|
||||||
repository = Repository()
|
repository = Repository()
|
||||||
explist = FlatFileDB("explist.pyon")
|
explist = FlatFileDB("explist.pyon")
|
||||||
|
|
||||||
if os.name == 'nt':
|
if os.name == "nt":
|
||||||
loop = asyncio.ProactorEventLoop()
|
loop = asyncio.ProactorEventLoop()
|
||||||
asyncio.set_event_loop(loop)
|
asyncio.set_event_loop(loop)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue