head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.0.16 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.14 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.12 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.10 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.8 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.6 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2 pkgsrc-2009Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2011.06.15.11.13.17; author obache; state dead; branches; next 1.1; 1.1 date 2009.04.08.13.06.22; author drochner; state Exp; branches; next ; desc @@ 1.2 log @back to use default code, use cElementTree. Bump PKGREVISION. @ text @$NetBSD: patch-ac,v 1.1 2009/04/08 13:06:22 drochner Exp $ --- xcbgen/state.py.orig 2009-04-01 16:05:28.000000000 +0200 +++ xcbgen/state.py @@@@ -2,7 +2,7 @@@@ This module contains the namespace class and the singleton module class. ''' from os.path import dirname, basename -from xml.etree.cElementTree import parse +from xml.etree.ElementTree import parse import matcher from error import * @ 1.1 log @split the "xcbgen" Python extension which comes with xcb-proto into its own pkg and pull it in the common Python way so that we ensure matching Python versions @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2009/04/06 10:22:12 drochner Exp $ @