diff options
| -rw-r--r-- | pym/gentoolkit/test/equery/test_init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/test/equery/test_init.py b/pym/gentoolkit/test/equery/test_init.py index 996cade..31da635 100644 --- a/pym/gentoolkit/test/equery/test_init.py +++ b/pym/gentoolkit/test/equery/test_init.py @@ -17,7 +17,7 @@ class TestEqueryInit(unittest.TestCase): def test_expand_module_name(self): # Test that module names are properly expanded name_map = { - #'a': 'has', + 'a': 'has', 'b': 'belongs', 'c': 'changes', 'k': 'check', |
