From 95d11271b46a46788d497481d03177e883c8554e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Oct 2014 19:01:39 +0200 Subject: All PDs: Only import the 'Decoder' object. Anything else in the pd.py files doesn't have to be imported/exposed. --- decoders/mxc6225xu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mxc6225xu') 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 -- cgit v1.2.3-70-g09d2