diff -r bf5f777260a6 -r 21b0534faebc eric6/ThirdParty/Pygments/pygments/scanner.py --- a/eric6/ThirdParty/Pygments/pygments/scanner.py Tue Apr 21 19:44:19 2020 +0200 +++ b/eric6/ThirdParty/Pygments/pygments/scanner.py Tue Apr 21 19:47:10 2020 +0200 @@ -12,7 +12,7 @@ Have a look at the `DelphiLexer` to get an idea of how to use this scanner. - :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. """ import re @@ -25,7 +25,7 @@ """ -class Scanner(object): +class Scanner: """ Simple scanner