Changeset - a1b8c202099c
[Not reviewed]
default
0 7 0
Laman - 8 years ago 2016-11-23 22:31:36

reformated from spaces to tabs indentation
2 files changed with 1 insertions and 13 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
^src/__pycache__/
 
__pycache__/
 
^\.idea/
 
^images/
src/grid.py
Show inline comments
 
@@ -69,15 +69,3 @@ class Grid:
 
    else: height=sizeCoef*(self.intersections[r+1][c].y-intersection.y)
 
 
    return (width,height)
 
 
 
# from corners import Corners
 
# corn=Corners()
 
 
# corn.add(106,86)
 
# corn.add(57,321)
 
# corn.add(416,320)
 
# corn.add(365,86)
 
# corn.add(365,88)
 
 
# x=Grid(corn)
0 comments (0 inline, 0 general)