]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyxconvert_220.py
add bibtopic support (bug 870).
[lyx.git] / lib / lyx2lyx / lyxconvert_220.py
index 4aee53b39a222a2666aa7e0f6564586b69113e73..9f0d4fe55fba3c25a53369026f09b2ac491109c4 100644 (file)
@@ -1,4 +1,5 @@
 # This file is part of lyx2lyx
+# -*- coding: iso-8859-1 -*-
 # Copyright (C) 2002 Dekel Tsur <dekel@lyx.org>
 #
 # This program is free software; you can redistribute it and/or
@@ -72,7 +73,7 @@ def change_insetgraphics(lines):
            if lyxsize_type not in ["2", "scale"] or \
               get_value(lines, "lyxscale", i, j) == "100":
                j = del_token(lines, "lyxscale", i, j)
-       
+
        i = i+1
 
 def change_tabular(lines):