From d7b47ccf6aa1f0540a735c347ad332ee8e064f42 Mon Sep 17 00:00:00 2001 From: poing Date: Wed, 7 Sep 2016 16:52:24 +0900 Subject: [PATCH] Chaged encoding to utf8 --- asterisk/agi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterisk/agi.py b/asterisk/agi.py index 3328140..cbae4e6 100755 --- a/asterisk/agi.py +++ b/asterisk/agi.py @@ -1,5 +1,5 @@ #!/usr/bin/env python2 -# vim: set et sw=4: +# -*- coding: utf-8 -*- """ .. module:: agi :synopsis: This module contains functions and classes to implment AGI scripts in python.