X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fdcf77%2F__init__.py;h=caadcff8393aae991baa19d77f6ef3a46b08428e;hp=04805c21d07c993da177831e6bacb78e5cf7d716;hb=039b0db244e2e592a581a6c9b79a934bde136569;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index 04805c2..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,5 +25,4 @@ Details: http://en.wikipedia.org/wiki/DCF77 ''' -from .pd import * - +from .pd import Decoder