forked from M-Labs/artiq
devices: use underscore in filenames to permit import
This commit is contained in:
parent
8593ac85fd
commit
8f18d8d492
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
|
||||
from artiq.management.pc_rpc import Client
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import logging
|
Loading…
Reference in New Issue