mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added docstring to simple-server.py
This commit is contained in:
parent
ed3a5855f3
commit
50e79f3e60
@ -19,6 +19,12 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
"""
|
||||
A simple XML-RPC test server using SimpleXMLRPCServer.
|
||||
|
||||
The server will run at http://localhost:8080
|
||||
"""
|
||||
|
||||
from SimpleXMLRPCServer import SimpleXMLRPCServer
|
||||
from ipalib import api
|
||||
from ipalib import load_plugins
|
||||
|
Loading…
Reference in New Issue
Block a user