Add listcategory to perfect_files.

This commit is contained in:
Ryan Roden-Corrent 2017-07-21 07:59:22 -04:00
parent 1175543ce1
commit 33a9c8cce6

View File

@ -158,6 +158,8 @@ PERFECT_FILES = [
'completion/models/urlmodel.py'),
('tests/unit/completion/test_histcategory.py',
'completion/models/histcategory.py'),
('tests/unit/completion/test_listcategory.py',
'completion/models/listcategory.py'),
]