dev-python/e4u: version bump to 0.1_rc5.

Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9053
This commit is contained in:
Conrad Kostecki
2018-07-04 19:50:09 +02:00
committed by Patrice Clement
parent 58312c3476
commit 93a93bc81d
4 changed files with 9 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
--- 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):