mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
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
Block a user