From 2793159173341538bc57f4479c673944031cef88 Mon Sep 17 00:00:00 2001 From: Arto Jantunen Date: Sun, 11 Dec 2011 21:32:20 +0200 Subject: Restore missing pipes import in svn plugin This was noticed while merging 1.2.0 to the Debian packaging branch, it was apparently missed in the original security fix (f4a35efe) but included in the backport of the same commit to the 1.1 series (46795ae4). --- src/lib/Server/Plugins/Svn.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib/Server/Plugins/Svn.py b/src/lib/Server/Plugins/Svn.py index a127d0273..9fd6f1051 100644 --- a/src/lib/Server/Plugins/Svn.py +++ b/src/lib/Server/Plugins/Svn.py @@ -1,4 +1,5 @@ import os +import pipes from subprocess import Popen, PIPE import Bcfg2.Server.Plugin -- cgit v1.2.3-1-g7c22