I am trying to use difflib but it's giving an import error. Can someone please help? Here is the traceback :
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "difflib.py", line 1, in <module>
from difflib import SequenceMatcher
ImportError: cannot import name SequenceMatcher