]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#19975: remove unused imports from webbrowser module.
authorR David Murray <rdmurray@bitdance.com>
Fri, 13 Dec 2013 22:21:42 +0000 (17:21 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 13 Dec 2013 22:21:42 +0000 (17:21 -0500)
Report and patch by Claudiu Popa.

Lib/webbrowser.py

index 2714bd144e38d16f792f501bcfdad4a5f2450ea8..9e47084a91b587be0162b54aaeafbd85b1ffd6f0 100644 (file)
@@ -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"]