不可逆な毎日ブログ

2度と過ごすことのない毎日をつらつらと・・・

テンプレートの修正

2009-08-30 - 人工無脳が作りたい

[ツール]-[テンプレート]-[Python]でエディタで修正すれば
新規プロジェクトを作成した際、出力されます。

# -*- coding:utf-8 -*-
#!/usr/bin/env python

# To change this template, choose Tools | Templates
# and open the template in the editor.

__author__="xxxx"
__date__ ="$2009/09/08 14:15:12$"

if __name__ == "__main__":
    print "Hello World";

そう言う意味じゃないのかな。
プロジェクトのプロパティでUTF-8も選択しないといけない・・・。