mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
Merge "sip_to_pjsip.py: Fix comment typo and tabs." into 13
This commit is contained in:
@@ -17,7 +17,7 @@ PREFIX = 'pjsip_'
|
||||
def section_by_type(section, pjsip, type):
|
||||
"""Finds a section based upon the given type, adding it if not found."""
|
||||
def __find_dict(mdicts, key, val):
|
||||
"""Given a list of mult-dicts, return the multi-dict that contains
|
||||
"""Given a list of multi-dicts, return the multi-dict that contains
|
||||
the given key/value pair."""
|
||||
|
||||
def found(d):
|
||||
|
Reference in New Issue
Block a user