diff options
-rw-r--r-- | Lib/fnmatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/fnmatch.py b/Lib/fnmatch.py index c30aaca..5c1bc71 100644 --- a/Lib/fnmatch.py +++ b/Lib/fnmatch.py @@ -53,5 +53,4 @@ def translate(pat): res = res + ('\\' + c) else: res = res + c - print 'translate(' + `pat` + ') == ' + `res` return res |