summaryrefslogtreecommitdiff
path: root/decoders/mxc6225xu
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-10-01 19:01:39 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-10-13 15:53:14 +0200
commit95d11271b46a46788d497481d03177e883c8554e (patch)
tree2fe5c2bcbbb8a2c42c050db30948963b47c0b1ea /decoders/mxc6225xu
parent0b6bc7f9554c0980153563b6a3d16c3642fc4651 (diff)
downloadlibsigrokdecode-95d11271b46a46788d497481d03177e883c8554e.tar.gz
libsigrokdecode-95d11271b46a46788d497481d03177e883c8554e.zip
All PDs: Only import the 'Decoder' object.
Anything else in the pd.py files doesn't have to be imported/exposed.
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r--decoders/mxc6225xu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py
index c522711..daeb89e 100644
--- a/decoders/mxc6225xu/__init__.py
+++ b/decoders/mxc6225xu/__init__.py
@@ -26,4 +26,4 @@ The chip's I²C interface supports standard mode and fast mode (max. 400kHz).
Its I²C slave address is 0x2a.
'''
-from .pd import *
+from .pd import Decoder