]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cfilter/__init__.py
pan1321: Properly check for \r\n, not just \n.
[libsigrokdecode.git] / decoders / i2cfilter / __init__.py
index 6443f5b620d61093867dc80b631ca69775be51cc..97572bf48335e5888b758308876db56fe1562707 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 Bert Vermeulen <bert@biot.com>
 ##
@@ -34,5 +34,5 @@ Both of these are optional; if no options are specified the entire payload
 of the I2C session will be output.
 '''
 
-from .i2cfilter import *
+from .pd import *