Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Aug 16, 2012
1 parent 6f35c30 commit 8853e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildfarm/rosdep_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

import rospkg.stack
from rospkg.os_detect import OS_UBUNTU
from rosdep2.catkin_support import get_catkin_view, resolve_for_os, get_ubuntu_targets
from rosdep2.catkin_support import get_catkin_view, get_installer, resolve_for_os, get_ubuntu_targets
from rosdep2.platforms.debian import APT_INSTALLER
#NOTE: this code is very similar to code in catkin-generate-distribution and rosrelease

Expand Down

0 comments on commit 8853e1c

Please sign in to comment.