diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2009-01-28 21:21:56 -0700 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-02-03 15:29:04 -0500 |
commit | 48a278047db50f919a45ef82a57a6983804ed523 (patch) | |
tree | ef77a52e7e901c86d397343f21b3583ebcf9bd02 /ipaserver | |
parent | 77e782e2cb5413cde9501568155cce9283ff7b7d (diff) | |
download | freeipa-48a278047db50f919a45ef82a57a6983804ed523.tar.gz freeipa-48a278047db50f919a45ef82a57a6983804ed523.tar.xz freeipa-48a278047db50f919a45ef82a57a6983804ed523.zip |
Mostly got the test_xmlrpc/ tests working again
Diffstat (limited to 'ipaserver')
-rwxr-xr-x[-rw-r--r--] | ipaserver/mod_python_xmlrpc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/mod_python_xmlrpc.py b/ipaserver/mod_python_xmlrpc.py index 9a2960f93..372376aca 100644..100755 --- 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 |