Show More
@@ -5,10 +5,21 b'' | |||||
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 |
|
7 | |||
8 | import cgi, re, os, time, urllib |
|
8 | from __future__ import absolute_import | |
9 | import encoding, node, util |
|
9 | ||
10 |
import |
|
10 | import cgi | |
11 | import templatekw |
|
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 | def addbreaks(text): |
|
24 | def addbreaks(text): | |
14 | """:addbreaks: Any text. Add an XHTML "<br />" tag before the end of |
|
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