forked from M-Labs/artiq
aqctl_coreanalyzer_proxy: permissions and shebang
This commit is contained in:
parent
133b26b6ce
commit
858f0479ba
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import asyncio
|
||||
import atexit
|
||||
|
|
Loading…
Reference in New Issue