]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/pd.py
Move common/ directory into decoders/.
[libsigrokdecode.git] / decoders / rtc8564 / pd.py
index 4bcd096bda0e7deee60368322ead168345965f9f..4ecc15a615d56eda4960ceebce7569b21c52ac4e 100644 (file)
@@ -19,7 +19,7 @@
 ##
 
 import sigrokdecode as srd
-from srdhelper import bcd2int
+from common.srdhelper import bcd2int
 
 def reg_list():
     l = []