diff --git a/getpy.py b/getpy.py index 4dacead..a106128 100644 --- a/getpy.py +++ b/getpy.py @@ -1,3 +1,6 @@ +import collections.abc +collections.Callable=collections.abc.Callable + from bs4 import BeautifulSoup as bs import os import re