[Pythonjp-checkins] [python-doc-ja] push by songo****@gmail***** - Issue登録スクリプトのバグ修正. on 2011-03-19 15:36 GMT

Zurück zum Archiv-Index

pytho****@googl***** pytho****@googl*****
2011年 3月 20日 (日) 00:49:40 JST


Revision: 06f53748b3af
Author:   Naoki INADA  <inada****@klab*****>
Date:     Sat Mar 19 08:36:08 2011
Log:      Issue登録スクリプトのバグ修正.
http://code.google.com/p/python-doc-ja/source/detail?r=06f53748b3af

Modified:
  /refs/jptool/register_issue.py

=======================================
--- /refs/jptool/register_issue.py	Sat Mar 19 08:00:29 2011
+++ /refs/jptool/register_issue.py	Sat Mar 19 08:36:08 2011
@@ -18,7 +18,7 @@

  _client = None

-def get_clinet(user=None, password=None):
+def get_client(user=None, password=None):
      global _client
      if _client is None:
          _client = _create_client(user, password)
@@ -41,7 +41,7 @@
      client = client or get_client()
      issue_title = u"%s/%s の翻訳 (2.6.6)" % (module, title)
      client.add_issue('python-doc-ja', issue_title, issue_title, "---",
-                    labels=DEFAULT_LABELS + [module.title()])
+                    labels=DEFAULT_LABELS + ['Module-' + module.title()])

  def usage(exit=False):
      print "Usage: register_issue.py directory_contains_diff module_name"




Pythonjp-checkins メーリングリストの案内
Zurück zum Archiv-Index