Skip to content

Commit

Permalink
wrapt: Apply edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Jan 30, 2018
1 parent d769a1e commit 6000037
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 495 deletions.
9 changes: 9 additions & 0 deletions third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,13 @@ exports_files(
visibility = ["//common/proto:__pkg__"],
)

exports_files(
["com_github_grahamdumpleton_wrapt/" + f for f in [
"LICENSE",
"__init__.py",
"wrappers.py",
]],
visibility = ["//bindings/pydrake/third_party:__pkg__"],
)

add_lint_tests()
3 changes: 3 additions & 0 deletions third_party/com_github_grahamdumpleton_wrapt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from __future__ import absolute_import

from .wrappers import ObjectProxy
Loading

0 comments on commit 6000037

Please sign in to comment.