]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx_1_1_4.py
Whitespace, only whitespace. s/ +$//
[lyx.git] / lib / lyx2lyx / lyx_1_1_4.py
index 48fbc19687c6b534c95d41efbe9d2ca478da4548..199fb3022a2ae62f758b32fc84ba65fbd99ca49c 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-def convert(file):
-    file.format = 215
-
-
-def revert(file):
-    file.error("The convertion to an older format (%s) is not implemented." % file.format)
+convert = [[215, []]]
+revert  = []
 
 
 if __name__ == "__main__":