forked from pool/python-liblarch
- Add patch to work properly under py2: * libarch-py2compat.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-liblarch?expand=0&rev=12
14 lines
459 B
Diff
14 lines
459 B
Diff
Index: liblarch-3.0/liblarch/tree.py
|
|
===================================================================
|
|
--- liblarch-3.0.orig/liblarch/tree.py
|
|
+++ liblarch-3.0/liblarch/tree.py
|
|
@@ -17,6 +17,8 @@
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
+from __future__ import print_function
|
|
+
|
|
from . import processqueue
|
|
from liblarch.treenode import _Node
|
|
|