From 135b790c851c52400279e7c932e1f900d91ae5cc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 24 May 2016 21:42:02 +0200 Subject: Move common/ directory into decoders/. This simplifies cross-platform handling of the Python/decoder paths and module installation/dist a bit and also fixes bug #804. --- decoders/dcf77/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/dcf77') diff --git a/decoders/dcf77/pd.py b/decoders/dcf77/pd.py index 4f956aa..0f1d3d1 100644 --- a/decoders/dcf77/pd.py +++ b/decoders/dcf77/pd.py @@ -20,7 +20,7 @@ import sigrokdecode as srd import calendar -from srdhelper import bcd2int +from common.srdhelper import bcd2int class SamplerateError(Exception): pass -- cgit v1.2.3-70-g09d2