tests: replace "from util import *" by explicit imports

This commit is contained in:
Georg Brandl
2013-04-01 11:39:32 +02:00
parent 21f0ca8197
commit 1af3e3ea71
29 changed files with 52 additions and 56 deletions

View File

@@ -9,15 +9,13 @@
:license: BSD, see LICENSE for details.
"""
import os, sys
import os
from StringIO import StringIO
from nose import SkipTest
from sphinx.websupport import WebSupport
from test_websupport import sqlalchemy_missing
from util import *
from util import test_root, skip_if, skip_unless_importable
def clear_builddir():