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

Add Python 3 support #14

Closed SUNx2YCH closed 8 years ago

SUNx2YCH commented 8 years ago

@ufranske @Khrol please review

ufranske commented 8 years ago

It looks like It's time to update a minor version in setup.py.

Khrol commented 8 years ago

LGTM 👍 after minor version update.

SUNx2YCH commented 8 years ago

Let's do release a bit later, I want to setup auto-deploy to PyPI