cleanup from XML-RPC related stuff

This commit is contained in:
Bernardo Damele
2012-12-14 13:37:36 +00:00
parent 3d9779ffd4
commit a2a71bb37b
3 changed files with 1 additions and 27 deletions

View File

@@ -482,9 +482,6 @@ EVENTVALIDATION_REGEX = r'(?i)(?P<name>__EVENTVALIDATION[^"]*)[^>]+value="(?P<re
# Number of rows to generate inside the full union test for limited output (mustn't be too large to prevent payload length problems)
LIMITED_ROWS_TEST_NUMBER = 15
# Default TCP port used for XML-RPC server instance
XMLRPC_SERVER_PORT = 8776
# Default TCP port used for REST API server instance
RESTAPI_SERVER_PORT = 8775