From e3ced453b14b778a5de8135670d7da8ae3772247 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 30 May 2008 19:50:17 +0000 Subject: [PATCH] Removed unnecessary comment. --- vsys.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vsys.py b/vsys.py index 5d34123..17b3b59 100644 --- a/vsys.py +++ b/vsys.py @@ -17,8 +17,6 @@ def start(options, config): def GetSlivers(data): """For each sliver with the vsys attribute, set the script ACL, create the vsys directory in the slice, and restart vsys.""" # Touch ACLs and create dict of available - # XXX ...Sigh... fromkeys will use an immutable - #scripts = dict.fromkeys(touchAcls(),[])A scripts = {} for script in touchAcls(): scripts[script] = [] # slices that need to be written to the conf @@ -135,5 +133,3 @@ def parseConf(): f.close() except: logger.log_exc() return slicesinconf - - -- 2.47.0