##// END OF EJS Templates
demandimport: handling new relative imports...
demandimport: handling new relative imports Mercurial does not work on python2.6 because __import__ takes an additional argument called level. This patch merely calls the built-in __import__ when level is passed.

File last commit:

r5269:46c5e1ee default
r5929:e160f231 default
Show More
footer.tmpl
9 lines | 212 B | application/x-cheetah | CheetahLexer
<div class="page_footer">
<div class="page_footer_text">#repo|escape#</div>
<a class="rss_logo" href="#url#rss-log">RSS</a>
<a class="rss_logo" href="#url#atom-log">Atom</a>
<br />
#motd#
</div>
</body>
</html>