Commit 92ec00f1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* remove self from args of log().

* fix typos.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12950 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3fcd0200
......@@ -29,7 +29,7 @@
from zLOG import LOG, INFO
from traceback import extract_stack
def log(self, description, content = '', level = INFO):
def log(description, content = '', level = INFO):
"""Put a log message. This method is supposed to be used by
restricted environment, such as Script (Python)."""
if not content: # allow for content only while keeping interface
......
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<p>Explain SumulationTool</p>
<p>Explain SimulationTool</p>
<dtml-var manage_page_footer>
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<p>Explain SumulationTool</p>
<p>Explain SimulationTool</p>
<dtml-var manage_page_footer>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment