Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/222527
Change subject: Fix-up for Ia481719de: include 're' ...................................................................... Fix-up for Ia481719de: include 're' Change-Id: I156fb3432d4d62590e85d670ad19f0de9e7d16be --- M modules/varnish/files/varnishrls 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/27/222527/1 diff --git a/modules/varnish/files/varnishrls b/modules/varnish/files/varnishrls index f7310ce..e95c551 100755 --- a/modules/varnish/files/varnishrls +++ b/modules/varnish/files/varnishrls @@ -29,6 +29,7 @@ """ import argparse import io +import re import socket import urlparse -- To view, visit https://gerrit.wikimedia.org/r/222527 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I156fb3432d4d62590e85d670ad19f0de9e7d16be Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
