Fix the 'No newline at end of file' weirdness in box.py
This commit is contained in:
parent
33226cddb8
commit
8eb6657408
2
box.py
2
box.py
@ -104,4 +104,4 @@ class BoundingBox (object):
|
|||||||
return cmp( (a.origin, a.size), (b.origin, b.size) )
|
return cmp( (a.origin, a.size), (b.origin, b.size) )
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "BoundingBox({0}, {1})".format(self.origin, self.size)
|
return "BoundingBox({0}, {1})".format(self.origin, self.size)
|
||||||
|
Reference in New Issue
Block a user