From 808af1075483887cec5cfe373d15f56917dd8a17 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 1 Nov 2016 12:51:53 +0000 Subject: [PATCH] Add sudo to module list. --- econtext/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/econtext/core.py b/econtext/core.py index ae43383c..11335b54 100644 --- a/econtext/core.py +++ b/econtext/core.py @@ -154,6 +154,7 @@ class Importer(object): 'econtext.compat.pkgutil', 'econtext.master', 'econtext.ssh', + 'econtext.sudo', 'econtext.utils', ]} self.tls = threading.local()