# HG changeset patch # User Neil Muller # Date 1378463153 -7200 # Node ID 004e3dd3833620c9dd9a22e6294a8f884108d1e4 # Parent 1d487646a4d41d1af3b2aad91a00e75fdc6cd417 Re-enable no-sound option diff -r 1d487646a4d4 -r 004e3dd38336 nagslang/options.py --- a/nagslang/options.py Fri Sep 06 12:22:02 2013 +0200 +++ b/nagslang/options.py Fri Sep 06 12:25:53 2013 +0200 @@ -29,7 +29,6 @@ dest='sound', action='store_false', default=True, help='Disable all sound, including music') - parser = optparse.OptionParser() parser.add_option('--no-music', dest='music', action='store_false', default=True, help='Disable music (but not sound)')