From 48a278047db50f919a45ef82a57a6983804ed523 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 28 Jan 2009 21:21:56 -0700 Subject: Mostly got the test_xmlrpc/ tests working again --- ipaserver/mod_python_xmlrpc.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 ipaserver/mod_python_xmlrpc.py (limited to 'ipaserver/mod_python_xmlrpc.py') diff --git a/ipaserver/mod_python_xmlrpc.py b/ipaserver/mod_python_xmlrpc.py old mode 100644 new mode 100755 index 9a2960f9..372376ac --- a/ipaserver/mod_python_xmlrpc.py +++ b/ipaserver/mod_python_xmlrpc.py @@ -28,6 +28,7 @@ Production XML-RPC server using mod_python. """ import sys +import os import time -- cgit