Commit 7079240c authored by Senthil Kumaran's avatar Senthil Kumaran

Fix closes issue12432 - remove the unused sys from glob.py

parent e975af62
"""Filename globbing utility.""" """Filename globbing utility."""
import sys
import os import os
import re import re
import fnmatch import fnmatch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment