Changeset 3150

Show
Ignore:
Timestamp:
01/28/08 04:02:40 (10 months ago)
Author:
coderanger
Message:

Make ghostscript not the default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • masterticketsplugin/0.11/mastertickets/web_ui.py

    r2961 r3150  
    3030    gs_path = Option('mastertickets', 'gs_path', default='gs', 
    3131                     doc='Path to the ghostscript executable.') 
    32     use_gs = BoolOption('mastertickets', 'use_gs', default=True, 
     32    use_gs = BoolOption('mastertickets', 'use_gs', default=False, 
    3333                        doc='If enabled, use ghostscript to produce nicer output.') 
    3434