Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2016-01-25 15:47:06 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3249d0c89e746b05294d79e944c9d3dcb6ac8cae
3249d0c8
1 parent
712917e7
Too aggressive on the packages to delete.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
kappa/function.py
kappa/function.py
View file @
3249d0c
...
...
@@ -31,9 +31,8 @@ LOG = logging.getLogger(__name__)
class
Function
(
object
):
excluded_dirs
=
[
'boto3'
,
'botocore'
,
'concurrent'
,
'dateutil'
,
'docutils'
,
'futures'
,
'jmespath'
,
'python_dateutil'
,
'six'
]
excluded_files
=
[
'.gitignore'
,
'six.py'
,
'six.pyc'
]
'docutils'
,
'futures'
,
'jmespath'
,
'python_dateutil'
]
excluded_files
=
[
'.gitignore'
]
def
__init__
(
self
,
context
,
config
):
self
.
_context
=
context
...
...
Please
register
or
login
to post a comment