python3 animate_phylogeography.py
animate_phylogeography.py:5: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Traceback (most recent call last):
File "animate_phylogeography.py", line 36, in
tree_str = [sio(open(tree_dir+i).read()) for i in os.listdir(tree_dir)]
NameError: name 'os' is not defined
python3 animate_phylogeography.py animate_phylogeography.py:5: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Traceback (most recent call last): File "animate_phylogeography.py", line 36, in
tree_str = [sio(open(tree_dir+i).read()) for i in os.listdir(tree_dir)]
NameError: name 'os' is not defined