]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/parallel/__init__.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / parallel / __init__.py
index cc1f3d1322a755e20fab2da9d4d1450fb502eeab..100523ec1464be87babf055d48be212372e38ca8 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 ##
 
 '''
@@ -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