Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f42927b0 authored by hhakim's avatar hhakim
Browse files

Fix issue #225 by using python3 in the shebang instead of python in...

Fix issue #225 by using python3 in the shebang instead of python in faust_data_downloader.py (pyfaust.datadl).
parent 37d7727a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import print_function from __future__ import print_function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment