Focus on UTF8

master
poing 2016-09-08 11:11:11 +09:00
parent 2c3357200f
commit 1e890057db
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=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.