X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fdcf77%2F__init__.py;h=caadcff8393aae991baa19d77f6ef3a46b08428e;hb=e663ab183cc55fbff23da01c0fda06d366b7130b;hp=1a294620e343d5fecc1f91a1fb9b5f3db4356ed4;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;p=libsigrokdecode.git diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index 1a29462..caadcff 100644 --- a/decoders/dcf77/__init__.py +++ b/decoders/dcf77/__init__.py @@ -14,8 +14,7 @@ ## 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 . ## ''' @@ -26,4 +25,4 @@ Details: http://en.wikipedia.org/wiki/DCF77 ''' -from .pd import * +from .pd import Decoder