summaryrefslogtreecommitdiff
path: root/rest-api-templates/asterisk_processor.py
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-12-14 10:21:25 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-12-21 11:02:20 +0200
commitbab253ac9fd825890b36f8354f1f109752aadff7 (patch)
treec44404c7a7cb6673275877b6ef029cb9cb2a3c18 /rest-api-templates/asterisk_processor.py
parent500c6af9dbc049d4e608e322f45778072e6508ec (diff)
Fixes to various issues reported by pyflakes
Pyflake is a python (2) source checker. This patch fixes various (mostly trivial) errors and warnings it reports. Change-Id: Ia35c5ac61751b927814cf693994c632c412386ea
Diffstat (limited to 'rest-api-templates/asterisk_processor.py')
-rw-r--r--rest-api-templates/asterisk_processor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest-api-templates/asterisk_processor.py b/rest-api-templates/asterisk_processor.py
index 68a679994..981294673 100644
--- a/rest-api-templates/asterisk_processor.py
+++ b/rest-api-templates/asterisk_processor.py
@@ -20,6 +20,7 @@
Asterisk RESTful HTTP binding code.
"""
+import os
import re
from swagger_model import *