]> git.lyx.org Git - lyx.git/blob - lib/scripts/prefs2prefs_prefs.py
Buffer::saveCheckSum() can be private.
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
1 #! /usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4 # file prefs2prefs-lfuns.py
5 # This file is part of LyX, the document processor.
6 # Licence details can be found in the file COPYING.
7
8 # author Richard Heck
9
10 # Full author contact details are available in file CREDITS
11
12 # This file houses conversion information for the preferences file.
13
14 # The converter functions take a line as argument and return a list: 
15 #       (Bool, NewLine), 
16 # where the Bool says if  we've modified anything and the NewLine is 
17 # the new line, if so, which will be used to replace the old line.
18
19
20 current_format = 1
21
22 ###########################################################
23 #
24 # Conversion chain
25
26 conversions = [
27         [ # this will be a long list of conversions for format 0
28                 
29         ] # end conversions for format 0
30 ]