You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by jhsenjaliya <gi...@git.apache.org> on 2018/08/03 23:12:11 UTC

[GitHub] eagle pull request #993: update for compatibiliy to python3

GitHub user jhsenjaliya opened a pull request:

    https://github.com/apache/eagle/pull/993

    update for compatibiliy to python3

    - used requests instead of urllib
    - updated print statements
    - used input instead of raw_input
    
    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [x] Make sure the PR title is formatted like:
       `[EAGLE-<Jira issue #>] Description of pull request`
     - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [x] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [x] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    ---

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jhsenjaliya/eagle EAGLE-1090

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/eagle/pull/993.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #993
    
----
commit c39ab9873aacb22b83c27d407d65a32d3a603967
Author: Jay Sen <js...@...>
Date:   2018-05-20T22:56:39Z

    update for compatibiliy to python3

----


---