This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-05/src/mock/helper_startup.py

8 lines
183 B
Python

import os
from pybitmessage.bmconfigparser import config
def loadConfig():
"""Loading mock test data"""
config.read(os.path.join(os.environ['BITMESSAGE_HOME'], 'keys.dat'))