From bab253ac9fd825890b36f8354f1f109752aadff7 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 14 Dec 2016 10:21:25 +0200 Subject: 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 --- rest-api-templates/asterisk_processor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rest-api-templates/asterisk_processor.py') 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 * -- cgit v1.2.3