forked from M-Labs/artiq
style
This commit is contained in:
parent
fc92a66e51
commit
186aa7fdb7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue