File xmldiff-0.6.8-python2.5.patch of Package python-xmldiff
--- setup.py
+++ setup.py
@@ -16,11 +16,12 @@
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+from __future__ import nested_scopes
+
""" Generic Setup script, takes package info from __pkginfo__.py file """
__revision__ = '$Id: setup.py,v 1.20 2005-01-12 14:21:47 syt Exp $'
-from __future__ import nested_scopes
import os
import sys
import shutil