diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 00:21:44 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 00:21:44 (GMT) |
commit | ad1013c33895b731097c13fc157ac35645108972 (patch) | |
tree | 30684ac232ab2d852bc492fe5f24bbb0197c3ee6 | |
parent | 5f9a995ad7cf5d1ec7ceb25c4de66a2f1d491ee4 (diff) | |
parent | 7079240c4aa6b579819f01fad3e99881dfe84731 (diff) | |
download | cpython-ad1013c33895b731097c13fc157ac35645108972.zip cpython-ad1013c33895b731097c13fc157ac35645108972.tar.gz cpython-ad1013c33895b731097c13fc157ac35645108972.tar.bz2 |
merge from 3.2
-rw-r--r-- | Lib/glob.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/glob.py b/Lib/glob.py index c5f5f69..36d493d 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -1,6 +1,5 @@ """Filename globbing utility.""" -import sys import os import re import fnmatch |