Use python2 shebang
Some distributions have switched to python3 as default and our code breaks because it's python2 specific. Follow the PEP 394 recommendation.
This commit is contained in:
committed by
Manuel Quiñones
parent
0408c19365
commit
6fdf5f208a
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
# Copyright (C) 2006-2008, Red Hat, Inc.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user