[pypy-svn] r36437 - pypy/dist/pypy/translator/js/tutorial
fijal at codespeak.net
fijal at codespeak.net
Wed Jan 10 22:10:16 CET 2007
Author: fijal
Date: Wed Jan 10 22:10:14 2007
New Revision: 36437
Modified:
pypy/dist/pypy/translator/js/tutorial/step3.py
Log:
make emacs happy
Modified: pypy/dist/pypy/translator/js/tutorial/step3.py
==============================================================================
--- pypy/dist/pypy/translator/js/tutorial/step3.py (original)
+++ pypy/dist/pypy/translator/js/tutorial/step3.py Wed Jan 10 22:10:14 2007
@@ -15,7 +15,7 @@
from pypy.translator.js.modules.dom import document
# dom manipulating module
-HTML = """
+HTML = '''
<html>
<head>
<script src="source.js"/>
@@ -29,7 +29,7 @@
<a href="#" onclick="delrow()">Del row</a>
</body>
</html>
-"""
+'''
# these are exposed functions
def addrow():
More information about the Pypy-commit
mailing list