devices: use underscore in filenames to permit import

This commit is contained in:
Sebastien Bourdeauducq 2014-11-29 11:03:52 +08:00
parent 8593ac85fd
commit 8f18d8d492
4 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
import argparse
from artiq.management.pc_rpc import Client

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
import argparse
import os
import logging