sip_to_pjsip.py: Fix comment typo and tabs.

Change-Id: If35174614545727817d329c60ba4456c028941b5
changes/94/3794/1
Richard Mudgett 9 years ago
parent d3c4b901d4
commit dba02575fc

@ -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):

Loading…
Cancel
Save