mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-20 05:07:28 -08:00
Closes: https://bugs.gentoo.org/660532 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9075
12 lines
247 B
Diff
12 lines
247 B
Diff
--- a/test/test.py 2018-05-22 08:32:05.000000000 +0200
|
|
+++ b/test/test.py 2018-07-07 00:41:02.861367660 +0200
|
|
@@ -7,7 +7,7 @@
|
|
import unittest
|
|
import e4u
|
|
|
|
-e4u.load()
|
|
+e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
|
|
|
|
DISPLAY_INFO = False
|
|
|