Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -31,9 +31,8 @@ LOG = logging.getLogger(__name__) | ... | @@ -31,9 +31,8 @@ LOG = logging.getLogger(__name__) |
31 | class Function(object): | 31 | class Function(object): |
32 | 32 | ||
33 | excluded_dirs = ['boto3', 'botocore', 'concurrent', 'dateutil', | 33 | excluded_dirs = ['boto3', 'botocore', 'concurrent', 'dateutil', |
34 | - 'docutils', 'futures', 'jmespath', 'python_dateutil', | 34 | + 'docutils', 'futures', 'jmespath', 'python_dateutil'] |
35 | - 'six'] | 35 | + excluded_files = ['.gitignore'] |
36 | - excluded_files = ['.gitignore', 'six.py', 'six.pyc'] | ||
37 | 36 | ||
38 | def __init__(self, context, config): | 37 | def __init__(self, context, config): |
39 | self._context = context | 38 | self._context = context | ... | ... |
-
Please register or login to post a comment