diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-12-01 10:37:39 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-12-01 10:37:39 -0500 |
commit | ff6bfa21ca561472b0ab9e7820382c5d410eab5d (patch) | |
tree | 8f6382ed076fbd623bee8754ef3525a3ecce3667 | |
parent | 62e8e882ba3ab5710d6ebd1bb927a585e7fe1583 (diff) | |
download | qolab-ff6bfa21ca561472b0ab9e7820382c5d410eab5d.tar.gz qolab-ff6bfa21ca561472b0ab9e7820382c5d410eab5d.zip |
a deeper structure
-rw-r--r-- | hardware/scope/__init__.py (renamed from scope/__init__.py) | 0 | ||||
-rw-r--r-- | hardware/scope/sds1104x.py (renamed from scope/sds1104x.py) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scope/__init__.py b/hardware/scope/__init__.py index e6b6573..e6b6573 100644 --- a/scope/__init__.py +++ b/hardware/scope/__init__.py diff --git a/scope/sds1104x.py b/hardware/scope/sds1104x.py index 90c014b..53e945a 100644 --- a/scope/sds1104x.py +++ b/hardware/scope/sds1104x.py @@ -3,7 +3,7 @@ Provide basic class to operate scope Created by Eugeniy E. Mikhailov 2021/11/29 """ -from scope import Scope +from hardware.scope import Scope from datatrace import DataTrace import re import numpy as np |