Skip to content

Commit

Permalink
System was describing itself as Station
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Aug 25, 2014
1 parent 5d3260a commit 08b7c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def name(self):
def str(self):
return self.system

def __repr__(self):
return "<System: {}, {}, {}, {}, {}>".format(self.ID, self.system, self.posX, self.posY, self.posZ)


class Station(object):
"""
Expand Down

0 comments on commit 08b7c23

Please sign in to comment.