summaryrefslogtreecommitdiff
path: root/tascam_fw_console/console.py
diff options
context:
space:
mode:
authorsbahling <sbahling@mudgum.net>2020-06-09 13:59:54 +0200
committersbahling <sbahling@mudgum.net>2020-06-09 13:59:54 +0200
commit254f41d795b4c4450d58157212cfa7fd965028e8 (patch)
treec972e94d54ec0469afdc019c07e7f4eee3c5d7fd /tascam_fw_console/console.py
parentf8e121c4f1f33123319f21abe6163840eaa1c322 (diff)
downloadtascam-fw-osc-254f41d795b4c4450d58157212cfa7fd965028e8.tar.gz
tascam-fw-osc-254f41d795b4c4450d58157212cfa7fd965028e8.tar.xz
tascam-fw-osc-254f41d795b4c4450d58157212cfa7fd965028e8.zip
Use new tascam_fw Python moduleHEADmaster
The hinawa_utils modules are not being actively maintained any longer and will not track support with recent libhinawa releases. This commit changes our code to use a fork of the Tascam parts of hinawa_utils included in a new Python module we maintain.
Diffstat (limited to 'tascam_fw_console/console.py')
-rw-r--r--tascam_fw_console/console.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tascam_fw_console/console.py b/tascam_fw_console/console.py
index 45c1d18..5499266 100644
--- a/tascam_fw_console/console.py
+++ b/tascam_fw_console/console.py
@@ -33,8 +33,8 @@ import gi
gi.require_version('Hinawa', '3.0')
from gi.repository import Hinawa # noqa: E402
-from hinawa_utils.tscm.config_rom_parser import TscmConfigRomParser # noqa: E402 E501
-from hinawa_utils.tscm.tscm_console_unit import TscmConsoleUnit # noqa: E402
+from tascam_fw.config_rom_parser import TscmConfigRomParser # noqa: E402 E501
+from tascam_fw.tscm_console_unit import TscmConsoleUnit # noqa: E402
bits32 = '{:032b}'.format