brata-hsdc / brata.station

Automatically exported from code.google.com/p/brata.station
Apache License 2.0
0 stars 0 forks source link

Replace StateVec with a namedtuple #18

Closed ellerychan closed 8 years ago

ellerychan commented 8 years ago

Replaces the DockSim.StateVec class with a namedtuple because it's more Pythonic.