---
 func/utils.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/func/utils.py b/func/utils.py
index a9f302b..a3fb18c 100644
--- a/func/utils.py
+++ b/func/utils.py
@@ -14,6 +14,8 @@ import inspect
 import os
 import socket
 import string
+import sys
+import re
 
 from certmaster.config import read_config
 from certmaster.commonconfig import MinionConfig
@@ -225,7 +227,7 @@ def re_glob(s):
 #it is a combination of http://code.activestate.com/recipes/168639/ and
 #http://code.activestate.com/recipes/475116/ and recipes for usage
 #you can look at places we use it !
-import sys, re
+
 
 class TerminalController:
     """
-- 
1.7.0.1

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to