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

@@ -12,10 +12,10 @@
import os
import zipfile
from util import *
from sphinx.theming import Theme, ThemeError
from util import with_app, raises
@with_app(confoverrides={'html_theme': 'ziptheme',
'html_theme_options.testopt': 'foo'})