-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ExamplePlugin to DataAnalysisToolkit.
Signed-off-by: Joey Kleingers <[email protected]>
- Loading branch information
1 parent
d6c4f55
commit 3ad5a6a
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
12 changes: 6 additions & 6 deletions
12
...ng/python/plugins/ExamplePlugin/Plugin.py → ...hon/plugins/DataAnalysisToolkit/Plugin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
from DataAnalysisToolkit.Plugin import DataAnalysisToolkit | ||
from DataAnalysisToolkit.CalculateHistogramFilter import CalculateHistogramFilter | ||
from DataAnalysisToolkit.InterpolateGridDataFilter import InterpolateGridDataFilter | ||
from DataAnalysisToolkit.CliReaderFilter import CliReaderFilter | ||
|
||
def get_plugin(): | ||
return DataAnalysisToolkit() | ||
|
||
__all__ = ['DataAnalysisToolkit', 'CalculateHistogramFilter', 'InterpolateGridDataFilter', 'CliReaderFilter', 'get_plugin'] |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.