José Matos 9a0d70a45f First step to make lyx2lyx code support both python 2 and python 3 (3.3+)
Most of the changes are related with dictionaries returning views instead of
lists.

xrange -> range (since xrange is gone in python 3)

The code that is special to support both python 2 and 3 is enclosed in a comment
 \# Provide support for both python 2 and 3
and
 \# End of code to support for both python 2 and 3

And so later it can be removed safely when python 2 is no longer supported.
2015-03-11 12:09:18 +00:00
..
2007-12-02 22:10:26 +00:00
2015-03-09 02:38:12 +01:00
2011-04-02 11:00:19 +00:00
2011-02-21 19:56:43 +00:00
2015-02-19 10:37:05 +01:00
2015-02-24 07:58:40 +01:00