2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 17:58:14 +00:00

Remove ambiguity for RHEL8 python

RHEL8 doesn't want 'python', so python2 for now.
This commit is contained in:
Jarrod Johnson
2019-09-23 16:10:29 -04:00
parent f453b26e6f
commit 9a31968c87
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python2
#TODO: Delete the old files to support removing a man page
import glob

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python2
# -*- encoding: utf-8 -*-
from __future__ import print_function
import argparse

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python2
"""Usage:
xcatws_test.py [--xcatmn=<xcatmn>] [--user=<user>] [--password=<password>]
"""