diff options
-rw-r--r-- | Lib/webbrowser.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index 2714bd144e..9e47084a91 100644 --- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -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"] |