freebsd-ports/security/pwman3/files/patch-pwman-exchange_exporter.py
Eitan Adler 675469aa39 - remove dep on databases/py-pysqlite23
- patch program to not use old pysqlite
- fix whitespace issue in pkg-descr
- bump portrevision

PR:		ports/160288
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer timeout (23 days)
Approved by:	sahil (mentor)
2011-09-22 23:00:25 +00:00

11 lines
502 B
Python

--- pwman/exchange/exporter.py.orig 2007-02-04 21:44:43.000000000 +0300
+++ pwman/exchange/exporter.py 2011-08-29 21:07:59.000000000 +0400
@@ -17,7 +17,7 @@
# Copyright (C) 2006 Ivan Kelly <ivan@ivankelly.net>
#============================================================================
-from cElementTree import Element, SubElement, dump, ElementTree
+from xml.etree.cElementTree import Element, SubElement, dump, ElementTree
from pwman.data.nodes import Node
from pwman.data.tags import Tag