mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
tests: replace "from util import *" by explicit imports
This commit is contained in:
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user