zulint: Move lister.py to tools/zulint.

This is preparatory refactoring work for being able to extract the
linter as an external project called "zulint".
This commit is contained in:
Tim Abbott
2018-08-04 13:02:09 -07:00
parent 5303281dfb
commit 1fcc2a6ea4
8 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import logging
from lib import sanity_check
sanity_check.check_venv(__file__)
import lister
from zulint import lister
from typing import cast, Callable, Dict, Iterable, List
EXCLUDED_FILES = [