]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/__init__.py
lpc: Various fixes to make the PD actually work.
[libsigrokdecode.git] / decoders / lpc / __init__.py
index ce2a1406fd0ba66527a8f6ff684c7cd87b47a37b..96d6e70d15f1b8db46829fe6fc500914ca49896f 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -25,5 +25,5 @@ Details:
 TODO
 '''
 
-from .lpc import *
+from .pd import *