summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython
diff options
context:
space:
mode:
authorXiao-Long Chen <chenxiaolong@cxl.epac.to>2013-11-27 14:53:57 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-03 09:46:05 +0100
commit5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc (patch)
treedfca5a74b65ee88f7e9ccb868bc7c99b01f739af /ipatests/test_ipapython
parent2a2f5ac4e68ed9a819ddc3de1d35366b2e2b58c7 (diff)
downloadfreeipa-5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc.tar.gz
freeipa-5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc.tar.xz
freeipa-5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc.zip
Use /usr/bin/python2
Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com
Diffstat (limited to 'ipatests/test_ipapython')
-rw-r--r--ipatests/test_ipapython/test_dn.py2
-rw-r--r--ipatests/test_ipapython/test_ipavalidate.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_ipapython/test_dn.py b/ipatests/test_ipapython/test_dn.py
index cdeab9374..60802b70c 100644
--- a/ipatests/test_ipapython/test_dn.py
+++ b/ipatests/test_ipapython/test_dn.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
import unittest
from ipapython.dn import *
diff --git a/ipatests/test_ipapython/test_ipavalidate.py b/ipatests/test_ipapython/test_ipavalidate.py
index 12b1577be..3393de00e 100644
--- a/ipatests/test_ipapython/test_ipavalidate.py
+++ b/ipatests/test_ipapython/test_ipavalidate.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python -E
+#! /usr/bin/python2 -E
#
# Copyright (C) 2007 Red Hat
# see file 'COPYING' for use and warranty information