Skip to content

Commit

Permalink
Use an explicit relative import path instead of implicit. (#471)
Browse files Browse the repository at this point in the history
On python3 system the implicit relative import will not work. The explicit
notation, however, should work on python >= 2.5
  • Loading branch information
fmauch committed Aug 17, 2020
1 parent c6ee245 commit e1ef19a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import ControllerLister, ControllerManagerLister,\
get_rosparam_controller_names

from update_combo import update_combo
from .update_combo import update_combo


class ControllerManager(Plugin):
Expand Down

0 comments on commit e1ef19a

Please sign in to comment.