incorrect class names
This commit is contained in:
parent
a81c0d5a7d
commit
e32f380e80
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
from Constraint import Constraint
|
from Constraint import Constraint
|
||||||
|
|
||||||
class Vertical(Constraint):
|
class XDistance(Constraint):
|
||||||
def __init__(self, shape1, pt1, shape2, pt2, dist):
|
def __init__(self, shape1, pt1, shape2, pt2, dist):
|
||||||
self.shape1 = shape1
|
self.shape1 = shape1
|
||||||
self.pt1 = pt1
|
self.pt1 = pt1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
from Constraint import Constraint
|
from Constraint import Constraint
|
||||||
|
|
||||||
class Horizontal(Constraint):
|
class YDistance(Constraint):
|
||||||
def __init__(self, shape1, pt1, shape2, pt2, dist):
|
def __init__(self, shape1, pt1, shape2, pt2, dist):
|
||||||
self.shape1 = shape1
|
self.shape1 = shape1
|
||||||
self.pt1 = pt1
|
self.pt1 = pt1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user