X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fir_rc5%2F__init__.py;h=7a209b1929eded379749cae96ca90f6541e8d643;hp=085082fe894288bac69817ddbe97de12c1f0a75a;hb=25d3576134e7b57ca169e8e4ebd4e4ce5dcf62dd;hpb=914f0b99d1f07c351742eaa5c8e397d601996846 diff --git a/decoders/ir_rc5/__init__.py b/decoders/ir_rc5/__init__.py index 085082f..7a209b1 100644 --- a/decoders/ir_rc5/__init__.py +++ b/decoders/ir_rc5/__init__.py @@ -14,13 +14,11 @@ ## 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 . ## ''' RC-5 is a biphase/manchester based infrared remote control protocol. ''' -from .pd import * - +from .pd import Decoder