Skip to content

Commit

Permalink
removed extra includes in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Thackston committed Jul 6, 2016
1 parent 539bc2e commit cc3fe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

import base, controllers, dependency_manager, logger, ik_ranking, planning, perception, rave, simulation, tsr, viz
import base, dependency_manager, logger, ik_ranking, planning, perception, simulation, tsr, viz
from named_config import ConfigurationLibrary
from clone import Clone, Cloned
from bind import bind_subclass
Expand Down

0 comments on commit cc3fe33

Please sign in to comment.