Remove duplicate code.
This commit is contained in:
parent
ed159cc2e6
commit
163d02e6c6
1 changed files with 0 additions and 8 deletions
|
|
@ -52,14 +52,6 @@ class PageObject(object):
|
||||||
def y2(self):
|
def y2(self):
|
||||||
return self.image.y2
|
return self.image.y2
|
||||||
|
|
||||||
@property
|
|
||||||
def x1(self):
|
|
||||||
return self.image.x1
|
|
||||||
|
|
||||||
@property
|
|
||||||
def x2(self):
|
|
||||||
return self.image.x2
|
|
||||||
|
|
||||||
|
|
||||||
class Page(PageObject):
|
class Page(PageObject):
|
||||||
def __iter__(self):
|
def __iter__(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue