mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Account for {} in Swagger notes
........ Merged revisions 397927 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16,13 +16,15 @@
|
||||
# at the top of the source tree.
|
||||
#
|
||||
|
||||
import sys
|
||||
|
||||
try:
|
||||
import pystache
|
||||
except ImportError:
|
||||
print >> sys.stderr, "Pystache required. Please sudo pip install pystache."
|
||||
sys.exit(1)
|
||||
|
||||
import os.path
|
||||
import sys
|
||||
|
||||
from asterisk_processor import AsteriskProcessor
|
||||
from optparse import OptionParser
|
||||
|
Reference in New Issue
Block a user