mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-06 09:47:28 -08:00
Closes: https://bugs.gentoo.org/652256 Closes: https://github.com/gentoo/gentoo/pull/7779 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12 lines
268 B
Diff
12 lines
268 B
Diff
--- 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):
|