rosbag: export ROSBagUnindexedException from rosbag Python package
This commit is contained in:
parent
1fc4fbe18d
commit
de049d8d3c
|
@ -32,7 +32,7 @@
|
|||
#
|
||||
# Revision $Id$
|
||||
|
||||
from bag import Bag, Compression, ROSBagException, ROSBagFormatException
|
||||
from bag import Bag, Compression, ROSBagException, ROSBagFormatException, ROSBagUnindexedException
|
||||
|
||||
# Import rosbag main to be used by the $ROS_ROOT/bin/rosbag
|
||||
from rosbag_main import rosbagmain
|
||||
|
|
Loading…
Reference in New Issue