Skip to content

Commit

Permalink
remove python bindings API warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Feb 22, 2016
1 parent 32c9ec1 commit b6af3f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drake/bindings/python/pydrake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from . import rbtree

import warnings
warnings.warn("This API is completely experimental and likely to change very soon. Use with caution.", FutureWarning)

try:
from autogenerated_path import getDrakePath
except ImportError:
Expand Down

0 comments on commit b6af3f0

Please sign in to comment.