restore the 'import re' to Topic plugin, which was for some reason taken out

two commits ago, in commit 51cabeea33
it is necessary for the operation of the plugin
(specifically, in the _checkManageCapabilities function)

the tests didn't catch that because it apparently imports re separately.
This commit is contained in:
Daniel Folkinshteyn 2010-05-13 00:52:58 -04:00
parent f3af3ec282
commit f25d1546bf
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.
###
import re
import os
import random
import shutil