Show More
@@ -65,7 +65,7 b' def _patsplit(pat, default):' | |||||
65 |
|
65 | |||
66 | _globchars = set('[{*?') |
|
66 | _globchars = set('[{*?') | |
67 |
|
67 | |||
68 |
def _globre(pat, head |
|
68 | def _globre(pat, head, tail): | |
69 | "convert a glob pattern into a regexp" |
|
69 | "convert a glob pattern into a regexp" | |
70 | i, n = 0, len(pat) |
|
70 | i, n = 0, len(pat) | |
71 | res = '' |
|
71 | res = '' |
General Comments 0
You need to be logged in to leave comments.
Login now