wgnet / webium

Webium is a Page Object pattern implementation library for Python (http://martinfowler.com/bliki/PageObject.html). It allows you to extend WebElement class to your custom controls like Link, Button and group them as pages.
Apache License 2.0
161 stars 37 forks source link

flake8 fix: converted a lambda expression to a local function in image.py #13

Closed ufranske closed 8 years ago

ufranske commented 8 years ago

Fixed flake8 violation.

Khrol commented 8 years ago

LGTM 👍