X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;h=efe0e523a8954df2696dadb0ee8829ada823d607;hp=f3c0693a9923a7e37ea9c1e2cf0a9d717db0d26e;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d 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