boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Use argparse instead of optparse #6

Closed pvshewale closed 10 years ago

pvshewale commented 10 years ago

optparse module is deprecated since Python version 2.7. Please use argparse instead.

yanne commented 10 years ago

This is fixed in bde80234c7588e8f6c9ff25529992c417482b467, so the issue should be closed. ping @boakley

boakley commented 10 years ago

fixed in bde8023