X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fparallel%2F__init__.py;h=100523ec1464be87babf055d48be212372e38ca8;hb=f735ac18c837729de2993568818521ac911a164b;hp=cc1f3d1322a755e20fab2da9d4d1450fb502eeab;hpb=6a15597a7b3f901b566b7bfc8c484a14e0fb6a11;p=libsigrokdecode.git diff --git a/decoders/parallel/__init__.py b/decoders/parallel/__init__.py index cc1f3d1..100523e 100644 --- a/decoders/parallel/__init__.py +++ b/decoders/parallel/__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 . ## ''' @@ -32,5 +31,4 @@ should be used. Using combinations like D7/D12/D3/D15 is not supported. For an 8-bit bus you should use D0-D7, for a 16-bit bus use D0-D15 and so on. ''' -from .pd import * - +from .pd import Decoder