aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

PyTox should be called Pytox #23

Closed aviau closed 9 years ago

aviau commented 9 years ago

PyTox will break when the actual tox package is installed.

from tox import Tox won't import from the right module. This makes sense since PyTox shouldn't distribute a module called tox.

It took me a while to figure out what was going on :P

aitjcize commented 9 years ago

Fixed :)

aviau commented 9 years ago

@aitjcize Wow fast :)

Thank you!