comparison plugins/extensions/custompage.py @ 4946:8aac417c1899 routing

Docfixes
author anatoly techtonik <techtonik@gmail.com>
date Wed, 26 Nov 2014 09:40:51 +0300
parents 7920d700e580
children
comparison
equal deleted inserted replaced
4943:7920d700e580 4946:8aac417c1899
12 return "I'm <b>glowing</b>." 12 return "I'm <b>glowing</b>."
13 13
14 def render_version(): 14 def render_version():
15 """ 15 """
16 Page with some 'dynamic' content demonstrating that extension 16 Page with some 'dynamic' content demonstrating that extension
17 doesn't may import Roundup to access its API, but doesn't need 17 may import Roundup to access its API, but doesn't need
18 to depend on it. 18 to depend on it.
19 """ 19 """
20 import roundup 20 import roundup
21 return "Roundup %s" % roundup.__version__ 21 return "Roundup %s" % roundup.__version__
22 22

Roundup Issue Tracker: http://roundup-tracker.org/