[PATCH 2/3] move around the imports of sys and re so chasing them down isn't as annoying

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list

[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux