From f25d1546bf8432723e4f4b115b6d429e8e3f988e Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Thu, 13 May 2010 00:52:58 -0400 Subject: [PATCH] restore the 'import re' to Topic plugin, which was for some reason taken out two commits ago, in commit 51cabeea33f3dab3d7cf42496c10bd660b212bc7 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. --- plugins/Topic/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index b51614c96..ba80df9f0 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -27,6 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. ### +import re import os import random import shutil