Skip to content
Snippets Groups Projects
Commit 0b3db1ca authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

declare encoding for python version script

parent 458978a7
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
from vendor import requests from vendor import requests
from vendor import parse from vendor import parse
...@@ -24,7 +25,7 @@ def yield_versions(): ...@@ -24,7 +25,7 @@ def yield_versions():
def main(): def main():
"""Print each version number to stdout.""" """Print each version number to stdout."""+
for version in yield_versions(): for version in yield_versions():
print(version) print(version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment