paulbrodersen / netgraph

Publication-quality network visualisations in python
GNU General Public License v3.0
667 stars 40 forks source link

define reload() and raw_input() for Python 3 #6

Closed cclauss closed 6 years ago

paulbrodersen commented 6 years ago

The reload and raw_input functions are only used in the script gallery.py. I think we can safely remove the reload there. Also, I am not doing anything with the input from raw_input so I think we can also change raw_input to input. Do you want to amend your pull request or shall I edit the code?

cclauss commented 6 years ago

Please go ahead and make the code directly.

paulbrodersen commented 6 years ago

Resolved in 90290bb.