Skip to content

Commit

Permalink
Move plugins to Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 23, 2018
1 parent a74958a commit 60a73b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stginga/plugin_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ def _get_stginga_plugins():
global_plugins = []
local_plugins = [
Bunch(module='BackgroundSub', workspace='dialogs', pfx=gpfx,
category='stginga', ptype='local'),
category='Custom', ptype='local'),
Bunch(module='BadPixCorr', workspace='dialogs', pfx=gpfx,
category='stginga', ptype='local'),
category='Custom', ptype='local'),
Bunch(module='DQInspect', workspace='dialogs', pfx=gpfx,
category='stginga', ptype='local'),
category='Custom', ptype='local'),
Bunch(module='SNRCalc', workspace='dialogs', pfx=gpfx,
category='stginga', ptype='local'),
category='Custom', ptype='local'),
]
return global_plugins, local_plugins

Expand Down

0 comments on commit 60a73b4

Please sign in to comment.