VMM/serviceset: Small code cleanup. v0.7.x
authorPascal Volk <user@localhost.localdomain.org>
Sun, 17 Mar 2013 17:07:14 +0000
branchv0.7.x
changeset 696 45f76850c7e9
parent 695 42addf4f2434
child 698 18a528d44055
VMM/serviceset: Small code cleanup.
VirtualMailManager/serviceset.py
--- a/VirtualMailManager/serviceset.py	Sun Mar 17 16:29:03 2013 +0000
+++ b/VirtualMailManager/serviceset.py	Sun Mar 17 17:07:14 2013 +0000
@@ -11,8 +11,6 @@
 
 SERVICES = ('smtp', 'pop3', 'imap', 'sieve')
 
-cfg_dget = lambda option: None
-
 
 class ServiceSet(object):
     """A wrapper class that provides access to the service_set table.
@@ -150,5 +148,3 @@
         """A dictionary: Keys: `smtp`, `pop3`, `imap` and `sieve` with
         boolean values."""
         return self._services.copy()
-
-del cfg_dget