All default modules are now in Python3
Uses PySocks module for the actual Socks support.
One now can do DNS query over the proxy using
`resolve()` method.
```
t = torsockets.torsocket()
print(t.resolve("torproject.org"))
```
This commit also fixes a few typos in the torsocks.py file based
on the review feedback.