aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-26 13:40:15 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-04 22:03:52 +0100
commitea4456cf197fd7ac8644ab0396fb629ce612ae6f (patch)
tree214ef1615f3c5360b8af441cf21f85fd053b2b79
parentxattr-helper.py: use surrogateescape with python3 in unicode_encode (diff)
downloadportage-ea4456cf.tar.gz
portage-ea4456cf.tar.bz2
portage-ea4456cf.zip
test_required_use: Add tests for ?? operator
-rw-r--r--pym/portage/tests/resolver/test_required_use.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/resolver/test_required_use.py b/pym/portage/tests/resolver/test_required_use.py
index d40222204..ac748ca3b 100644
--- a/pym/portage/tests/resolver/test_required_use.py
+++ b/pym/portage/tests/resolver/test_required_use.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2011 Gentoo Foundation
+# Copyright 2010-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from portage.tests import TestCase