pythondistdeps.py: change shebang to python3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-11 00:49:22 +01:00
parent 6d7c3b291d
commit b3ca5d8622
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# Copyright 2010 Per Øyvind Karlsen <proyvind@moondrake.org>