--- a/eric6/ThirdParty/Pygments/pygments/sphinxext.py Tue Apr 21 19:44:19 2020 +0200 +++ b/eric6/ThirdParty/Pygments/pygments/sphinxext.py Tue Apr 21 19:47:10 2020 +0200 @@ -6,12 +6,10 @@ Sphinx extension to generate automatic documentation of lexers, formatters and filters. - :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import sys from docutils import nodes