#19975: remove unused imports from webbrowser module.
Report and patch by Claudiu Popa.
This commit is contained in:
parent
c091a5762e
commit
b05d69808e
|
@ -2,14 +2,11 @@
|
||||||
"""Interfaces for launching and remotely controlling Web browsers."""
|
"""Interfaces for launching and remotely controlling Web browsers."""
|
||||||
# Maintained by Georg Brandl.
|
# Maintained by Georg Brandl.
|
||||||
|
|
||||||
import io
|
|
||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
import stat
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
|
||||||
|
|
||||||
__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
|
__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue