diff -r 8bc578136279 -r 4f20dba37ab6 ThirdParty/Pygments/pygments/formatters/bbcode.py --- a/ThirdParty/Pygments/pygments/formatters/bbcode.py Wed Mar 11 18:25:37 2015 +0100 +++ b/ThirdParty/Pygments/pygments/formatters/bbcode.py Wed Mar 11 18:32:27 2015 +0100 @@ -5,13 +5,11 @@ BBcode formatter. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ -from __future__ import unicode_literals - from pygments.formatter import Formatter from pygments.util import get_bool_opt