]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/TeXFiles.py
Remove profiling.py
[lyx.git] / lib / scripts / TeXFiles.py
index a5787eaacba4ce01fa28adb16f1bc48af073bcb6..c41d83f9a7f0e734751c26c1a9082fde38dbc355 100755 (executable)
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 # file TeXFiles.py
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
@@ -35,7 +33,6 @@
 # relies on python and kpsewhich (no shell command is used).
 # 
 
-from __future__ import print_function
 import os, sys, re
 
 cls_stylefile = 'clsFiles.lst'