Skip to content

Commit

Permalink
[rospack.py] Align with the order of package.xml entry (#133 (comment)).
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Dec 1, 2020
1 parent 32eb47d commit 4755c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rospkg/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,11 @@ class Manifest(object):
Object representation of a ROS manifest file (``manifest.xml`` and ``stack.xml``)
"""
__slots__ = [
'description', 'brief',
'name', 'description', 'brief',
'author', 'license', 'licenses', 'license_url', 'url',
'depends', 'rosdeps', 'platforms',
'exports', 'version',
'status', 'name', 'notes',
'status', 'notes',
'unknown_tags', 'type', 'filename',
'is_catkin']

Expand Down

0 comments on commit 4755c5c

Please sign in to comment.