Skip to content

Commit

Permalink
Merge pull request #6346 from ales-erjavec/obsolete-owtable
Browse files Browse the repository at this point in the history
[ENH] Single input data table widget
  • Loading branch information
janezd authored Mar 31, 2023
2 parents 88e0782 + 5ac0803 commit 525e0cf
Show file tree
Hide file tree
Showing 13 changed files with 1,658 additions and 741 deletions.
8 changes: 8 additions & 0 deletions Orange/widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,16 @@ def widget_discovery(discovery):
package=__package__,
)
)
discovery.handle_category(
CategoryDescription(
name="Orange Obsolete",
package=__package__,
hidden=True,
)
)
for pkg in pkgs:
discovery.process_category_package(pkg, distribution=dist)
discovery.process_widget_module("Orange.widgets.obsolete.owtable")


WIDGET_HELP_PATH = (
Expand Down
Loading

0 comments on commit 525e0cf

Please sign in to comment.