mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/e4u: New package
Closes: https://bugs.gentoo.org/652256 Closes: https://github.com/gentoo/gentoo/pull/7779 Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
committed by
Michał Górny
parent
1652c10044
commit
b67f2bae31
11
dev-python/e4u/files/initialize-e4u-tests.patch
Normal file
11
dev-python/e4u/files/initialize-e4u-tests.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/test/test.py 2013-06-13 09:14:06.000000000 +0200
|
||||
+++ b/test/test.py 2018-05-16 13:40:22.000000000 +0200
|
||||
@@ -7,6 +7,8 @@
|
||||
import unittest
|
||||
import e4u
|
||||
|
||||
+e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
|
||||
+
|
||||
DISPLAY_INFO = False
|
||||
|
||||
class TestCaseAbstract(object):
|
||||
Reference in New Issue
Block a user