Skip to content

Commit

Permalink
Fix Ginga 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 22, 2018
1 parent 5425faf commit 1090ed1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stginga/gingawrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ def run_stginga(sys_argv):
# Note: Unable to get this to work from within ginga_config.py
# Example:
# glb_plg_to_remove = ['WBrowser', 'RC', 'SAMP', 'IRAF']
glb_plg_to_remove = []
lcl_plg_to_remove = []
_remove_plugins(glb_plg_to_remove, gmain.global_plugins)
_remove_plugins(lcl_plg_to_remove, gmain.local_plugins)
plg_to_remove = []
_remove_plugins(plg_to_remove, gmain.plugins)

# Add custom plugins.
# If we use this, we do not have to use ginga_config.py
Expand Down

0 comments on commit 1090ed1

Please sign in to comment.