mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
675469aa39
- 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)
12 lines
426 B
Python
12 lines
426 B
Python
--- pwman/exchange/importer.py.orig 2007-02-04 21:44:43.000000000 +0300
|
|
+++ pwman/exchange/importer.py 2011-08-29 21:07:49.000000000 +0400
|
|
@@ -17,7 +17,7 @@
|
|
# Copyright (C) 2006 Ivan Kelly <ivan@ivankelly.net>
|
|
#============================================================================
|
|
|
|
-import cElementTree as ET
|
|
+import xml.etree.cElementTree as ET
|
|
from pwman.data.nodes import Node
|
|
from pwman.data.tags import Tag
|
|
|