~ubuntu-branches/debian/jessie/python-uniconvertor/jessie

« back to all changes in this revision

Viewing changes to src/app/conf/const.py

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning
  • Date: 2008-11-21 14:32:49 UTC
  • mfrom: (2.1.2 jaunty)
  • Revision ID: james.westby@ubuntu.com-20081121143249-1fdezrq6kyov91kv
Tags: 1.1.3-4
Add 04_no_exit_on_import.dpatch to prevent uniconvertor from calling
sys.exit() on import exiting the python interpreter. (LP: #300141)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
STYLE = 'STYLE'
97
97
UNDO = 'UNDO'
98
98
GUIDE_LINES = 'GUIDE_LINES'
99
 
 
 
99
PAGE = 'PAGE'
100
100
 
101
101
# graphics object
102
102
#TRANSFORMED = 'TRANSFORMED'
239
239
CurHelp         = 'question_arrow'
240
240
CurWait         = 'watch'
241
241
CurMove         = 'top_left_arrow'#'fleur'
 
242
 
 
243
#
 
244
# Text Alignment
 
245
#
 
246
ALIGN_BASE = 0
 
247
ALIGN_CENTER = 1
 
248
ALIGN_TOP = 2
 
249
ALIGN_BOTTOM = 3
 
250
 
 
251
ALIGN_LEFT = 0
 
252
ALIGN_CENTER = 1
 
253
ALIGN_RIGHT = 2
 
 
b'\\ No newline at end of file'