X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;fp=decoders%2Fuart%2F__init__.py;h=efe0e523a8954df2696dadb0ee8829ada823d607;hp=f3c0693a9923a7e37ea9c1e2cf0a9d717db0d26e;hb=c9cab77330c04d2d68aa341185d77485a17659d4;hpb=a5bc1dba32b3b180ce1ec9d936aff761810a0997 diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index f3c0693..efe0e52 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -38,5 +38,4 @@ it though, no matter whether the source was on TTL UART levels, or RS232, or others. ''' -from .pd import * - +from .pd import Decoder