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:
David M. Lee
2013-08-29 16:21:31 +00:00
parent 3f0148cd67
commit 417230848f
3 changed files with 5 additions and 2 deletions

View File

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