]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ir_rc5/__init__.py
instance.c: Fix a memory leak reported by scan-build.
[libsigrokdecode.git] / decoders / ir_rc5 / __init__.py
index 085082fe894288bac69817ddbe97de12c1f0a75a..7a209b1929eded379749cae96ca90f6541e8d643 100644 (file)
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 '''
 RC-5 is a biphase/manchester based infrared remote control protocol.
 '''
 
-from .pd import *
-
+from .pd import Decoder