rename bitmessageapi.py to api.py

This commit is contained in:
Jonathan Warren 2014-01-12 19:56:30 -05:00
parent 6af92a5e09
commit 0b81e9b206
2 changed files with 913 additions and 912 deletions

View File

@ -2,7 +2,8 @@
# Copyright (c) 2012-2014 The Bitmessage developers
comment= """
This is not what you run to run the Bitmessage API. Instead, enable daemon mode
This is not what you run to run the Bitmessage API. Instead, enable the API
( https://bitmessage.org/wiki/API ) and optionally enable daemon mode
( https://bitmessage.org/wiki/Daemon ) then run bitmessagemain.py.
"""

View File

@ -15,7 +15,7 @@ import singleton
import os
from SimpleXMLRPCServer import SimpleXMLRPCServer
from bitmessageapi import MySimpleXMLRPCRequestHandler
from api import MySimpleXMLRPCRequestHandler
import shared
from helper_sql import sqlQuery