d77711cf97
into its own pkg and pull it in the common Python way so that we ensure matching Python versions
13 lines
356 B
Text
13 lines
356 B
Text
$NetBSD: patch-ad,v 1.1 2009/04/08 13:06:22 drochner Exp $
|
|
|
|
--- xcbgen/matcher.py.orig 2009-04-01 16:06:02.000000000 +0200
|
|
+++ xcbgen/matcher.py
|
|
@@ -7,7 +7,7 @@ we do not create a new type object, we j
|
|
'''
|
|
|
|
from os.path import join
|
|
-from xml.etree.cElementTree import parse
|
|
+from xml.etree.ElementTree import parse
|
|
|
|
import state
|
|
from xtypes import *
|