diff -r a9feb69ec424 Lib/webbrowser.py --- a/Lib/webbrowser.py Fri Dec 13 04:14:41 2013 +0100 +++ b/Lib/webbrowser.py Fri Dec 13 16:26:04 2013 +0200 @@ -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"]