X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fnrf24l01%2F__init__.py;h=60124780a65797214551c9fd5005260ce7336883;hp=4681abfff96b9bd4a841eb9a5bc0fbf46b03dc39;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=0e501c70cf26f208d7e523b7fe737d0e8d565109 diff --git a/decoders/nrf24l01/__init__.py b/decoders/nrf24l01/__init__.py index 4681abf..6012478 100644 --- a/decoders/nrf24l01/__init__.py +++ b/decoders/nrf24l01/__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 . ## ''' @@ -27,4 +26,4 @@ http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01 http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01P ''' -from .pd import * +from .pd import Decoder