rosbag: export ROSBagUnindexedException from rosbag Python package

This commit is contained in:
Tim Field 2010-07-19 18:51:23 +00:00
parent 1fc4fbe18d
commit de049d8d3c
1 changed files with 1 additions and 1 deletions

View File

@ -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