From 1d2f461fba061ab67238e1bb1177b53f038a9fa8 Mon Sep 17 00:00:00 2001 From: poing Date: Thu, 8 Sep 2016 11:12:19 +0900 Subject: [PATCH] Focus on UTF8 --- asterisk/agi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/asterisk/agi.py b/asterisk/agi.py index b2fdc03..e2da50f 100755 --- a/asterisk/agi.py +++ b/asterisk/agi.py @@ -1,7 +1,6 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # vim: set et sw=4 fenc=utf-8: - """ .. module:: agi :synopsis: This module contains functions and classes to implment AGI scripts in python.