added __future__ statement to avoid warnings about nested scopes with Python 2.1.
commit6d261ec67adc5c714a78762dda8b40134779221f
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 26 May 2005 21:33:24 +0000 (26 21:33 +0000)
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 26 May 2005 21:33:24 +0000 (26 21:33 +0000)
treeb8f59af5cc8266823be0be00b115c405b3c1c45a
parent1cb9e7b4572d1be25c511b9942db982c5e76a21a
added __future__ statement to avoid warnings about nested scopes with Python 2.1.
Sorry David, there's just no other quick way I can avoid this.  ;-)
And making named functions out of the lambdas would look terrible...

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@3376 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/writers/newlatex2e.py