X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frfm12%2F__init__.py;h=2fc6de7ba31ebc27934ee3e02b31377c8adcdfde;hp=0ad72e5283614cacd881d4c614ee8c0aa998ff88;hb=039b0db244e2e592a581a6c9b79a934bde136569;hpb=cac173dbec2b1761414ace8289204945557c8526 diff --git a/decoders/rfm12/__init__.py b/decoders/rfm12/__init__.py index 0ad72e5..2fc6de7 100644 --- a/decoders/rfm12/__init__.py +++ b/decoders/rfm12/__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 . ## ''' @@ -23,4 +22,4 @@ This decoder stacks on top of the 'spi' PD and decodes the HopeRF RFM12 wireless transceiver control protocol. ''' -from .pd import * +from .pd import Decoder