PyTox module name renamed.

This commit is contained in:
AZ Huang 2014-09-27 13:25:35 +08:00
parent 591928ccd8
commit b446079a43
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import select
import re import re
import pickle import pickle
from tox import Tox, ToxAV from pytox import Tox, ToxAV
from time import sleep from time import sleep
from os.path import exists from os.path import exists