Skip to content

Commit

Permalink
Remove --light option
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 19, 2015
1 parent 6e1445a commit 3b4bfbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spyderlib/cli_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ def get_options():
return commands, message
"""
parser = optparse.OptionParser(usage="spyder [options] files")
parser.add_option('-l', '--light', action='store_true', default=False,
help="Light version (all add-ons are disabled)")
parser.add_option('--new-instance', action='store_true', default=False,
help="Run a new instance of Spyder, even if the single "
"instance mode has been turned on (default)")
Expand Down

0 comments on commit 3b4bfbb

Please sign in to comment.