From: Eric V. Smith Date: Thu, 10 Mar 2011 13:44:08 +0000 (-0500) Subject: Remove unused import. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eecd224111c51b3ebf3761b62588edc768bb5e3;p=python Remove unused import. --- diff --git a/Lib/glob.py b/Lib/glob.py index c5f5f69b2d..36d493d7a8 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -1,6 +1,5 @@ """Filename globbing utility.""" -import sys import os import re import fnmatch