rosparam: removed main entry point and load_manifest call

This commit is contained in:
Ken Conley 2009-12-18 04:19:50 +00:00
parent 5982a1e795
commit 6c13b42cfc
1 changed files with 0 additions and 4 deletions

View File

@ -39,7 +39,6 @@ state of the ROS Parameter Server using YAML files.
"""
NAME = 'rosparam'
import roslib; roslib.load_manifest('rosparam')
## namespace key. Use of this in a YAML document specifies the
## namespace of all the params. NOTE: phasing out most use of this
@ -609,6 +608,3 @@ pattern = re.compile(r'^rad\([^\)]*\)$')
yaml.add_implicit_resolver(u'!radians', pattern)
if __name__ == '__main__':
yamlmain()