]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx_1_0_1.py
Whitespace, only whitespace. s/ +$//
[lyx.git] / lib / lyx2lyx / lyx_1_0_1.py
index 43c08274ef34a8a9a031343bde9c8f89241ff7aa..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):
-    table = []
-
-    for conv in table:
-        conv(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__":