Show More
@@ -5,10 +5,21 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2 or any later version. |
|
7 | 7 | |
|
8 | import cgi, re, os, time, urllib | |
|
9 | import encoding, node, util | |
|
10 |
import |
|
|
11 | import templatekw | |
|
8 | from __future__ import absolute_import | |
|
9 | ||
|
10 | import cgi | |
|
11 | import os | |
|
12 | import re | |
|
13 | import time | |
|
14 | import urllib | |
|
15 | ||
|
16 | from . import ( | |
|
17 | encoding, | |
|
18 | hbisect, | |
|
19 | node, | |
|
20 | templatekw, | |
|
21 | util, | |
|
22 | ) | |
|
12 | 23 | |
|
13 | 24 | def addbreaks(text): |
|
14 | 25 | """:addbreaks: Any text. Add an XHTML "<br />" tag before the end of |
General Comments 0
You need to be logged in to leave comments.
Login now