Skip to content

Instantly share code, notes, and snippets.

@tochiz
tochiz / thread_test.py
Created December 10, 2011 12:51
test for thread.
import threading
import time
i = 0
class test(threading.Thread):
def __init__(self):
threading.Thread.__init__(self)
self.daemon = True
def run(self):
# coding: utf-8
#
# POファイルの中の空白2つ開けてコメントしている部分を
# # コメント
# # > コメント
# のように変更し、前後に空白を入れるスクリプト
# 翻訳用
#
import os.path, sys ,string, re
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#,
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-31 11:01+0900\n"