DanMcInerney / LANs.py

Inject code and spy on wifi users
GNU General Public License v3.0
2.59k stars 495 forks source link

Made python 3 compatible #25

Closed riyadparvez closed 10 years ago

DanMcInerney commented 10 years ago

You made the print statements python 3 compatible, then also changed the spacing and tab structure but no other code changes? Just asking because if that's the case I'll merge this without testing; otherwise if there's any code changes can you point them out so I can review and test?

On an unrelated note, is there a way for me to download the source with the changes you made without merging the file? Kind of rhetorical since I'm sure there is a way, just curious how to do so.

ganye commented 10 years ago

You should be able to just do

git clone https://github.com/riyadparvez/LANs.py.git

and it'll pull a copy of his fork.

DanMcInerney commented 10 years ago

I've made changes since this was put together