Skip to content

Commit

Permalink
Missing import for ships.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Aug 25, 2014
1 parent 3d508f8 commit 64f63eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataseed/ships.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# List of ships known to tradedb

from collections import namedtuple

class Ship(namedtuple('Ship', [ 'name', 'capacity', 'mass', 'driveRating', 'maxJump', 'maxJumpFull', 'maxSpeed', 'boostSpeed', 'stations' ])):
pass

Expand Down

0 comments on commit 64f63eb

Please sign in to comment.