diff options
author | David Robillard <d@drobilla.net> | 2012-03-27 23:57:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-27 23:57:07 +0000 |
commit | bf6d843dede6cecc01cda59c80bbd09ba3c4b8a2 (patch) | |
tree | 940275c254fbe2d1703d909a72064665a9ddeb07 /lv2specgen | |
parent | fd4c82baab204df599bf6d6410be1594d952e306 (diff) | |
download | lv2-bf6d843dede6cecc01cda59c80bbd09ba3c4b8a2.tar.xz |
Fix duplicate information on instance descriptions.
Diffstat (limited to 'lv2specgen')
-rwxr-xr-x | lv2specgen/lv2specgen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 5fab9ee..4a1c9e4 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -587,7 +587,6 @@ def rdfsInstanceInfo(term, m): doc = "<tr><th>Type</th>" + doc doc += endProperties(first) - doc += extraInfo(term, m) return doc |