Skip to content

Commit

Permalink
Improve nextage.py import order and source (based on tork-a#25 (comment)
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Isao Isaac Saito committed Jan 15, 2014
1 parent 49d636a commit d4268d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nextage_ros_bridge/script/nextage.py
Expand Up @@ -35,13 +35,12 @@
#
# Author: Isaac Isao Saito

import argparse

# This should come earlier than later import.
# See http://code.google.com/p/rtm-ros-robotics/source/detail?r=6773
from nextage_ros_bridge import nextage_client

import rtm
from hrpsys import rtm
import argparse


if __name__ == '__main__':
Expand Down

0 comments on commit d4268d8

Please sign in to comment.