PyTox module name renamed.
This commit is contained in:
parent
591928ccd8
commit
b446079a43
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import select
|
|||
import re
|
||||
import pickle
|
||||
|
||||
from tox import Tox, ToxAV
|
||||
from pytox import Tox, ToxAV
|
||||
|
||||
from time import sleep
|
||||
from os.path import exists
|
||||
|
|
Loading…
Reference in a new issue