]> git.llucax.com Git - software/pymin.git/blobdiff - services/firewall/__init__.py
Change "var" for "attr" where it refer to an object attribute.
[software/pymin.git] / services / firewall / __init__.py
index 738bf67e82d7e79cfe44f147cb4322dd3d43130b..ca9bd5d866a6d958491efe8a3360de3cdf423f2f 100644 (file)
@@ -186,7 +186,7 @@ class FirewallHandler(Restorable, ConfigWriter, ServiceHandler,
     Both defaults to the current working directory.
     """
 
     Both defaults to the current working directory.
     """
 
-    _persistent_vars = 'rules'
+    _persistent_attrs = 'rules'
 
     _restorable_defaults = dict(rules=list())
 
 
     _restorable_defaults = dict(rules=list())