~ubuntu-branches/debian/experimental/spyder/experimental

« back to all changes in this revision

Viewing changes to spyderlib/config.py

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2013-03-13 22:11:13 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20130313221113-4xqcg0ugwmdy6gvc
Tags: 2.2.0~beta4+dfsg-1
* Imported Upstream version 2.2.0~beta4+dfsg
* remove the new added jquery.js library
* debian/patches
  - 0001-fix-documentation-installation.patch (refreshed)
    configure spyder to use jquery from the system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
SANS_SERIF = ['Sans Serif', 'DejaVu Sans', 'Bitstream Vera Sans',
25
 
              'Bitstream Charter', 'Lucida Grande', 'Calibri',
26
 
              'MS Shell Dlg 2', 'Verdana', 'Geneva', 'Lucid', 'Arial',
 
25
              'Bitstream Charter', 'Lucida Grande', 'MS Shell Dlg 2',
 
26
              'Calibri', 'Verdana', 'Geneva', 'Lucid', 'Arial',
27
27
              'Helvetica', 'Avant Garde', 'Times', 'sans-serif']
28
28
 
29
29
MONOSPACE = ['Monospace', 'DejaVu Sans Mono', 'Consolas', 'Monaco',
244
244
              'use_pager': True,
245
245
              'show_calltips': False,
246
246
              'ask_before_closing': True,
247
 
              'light_color': True,
248
 
              'dark_color': False,
249
247
              'buffer_size': 10000,
250
248
              'pylab': True,
251
249
              'pylab/autoload': True,