Kaydet (Commit) b05d6980 authored tarafından R David Murray's avatar R David Murray

#19975: remove unused imports from webbrowser module.

Report and patch by Claudiu Popa.
üst c091a576
......@@ -2,14 +2,11 @@
"""Interfaces for launching and remotely controlling Web browsers."""
# Maintained by Georg Brandl.
import io
import os
import shlex
import shutil
import sys
import stat
import subprocess
import time
__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment