Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Update rectangle_props.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Tu committed Jun 17, 2014
1 parent ccf7b3f commit 0b46223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rectangle_props.py
@@ -1,6 +1,6 @@
import sys

from rectangle import Rectangle
from rect import Rectangle

def main(x0, y0, x1, y1):
rect = Rectangle(int(x0), int(y0), int(x1), int(y1))
Expand Down

0 comments on commit 0b46223

Please sign in to comment.