imip-agent

Change of imiptools/handlers/scheduling/access.py

1040:8f2b373a311b
imiptools/handlers/scheduling/access.py
     1.1 --- a/imiptools/handlers/scheduling/access.py	Mon Feb 08 00:14:53 2016 +0100
     1.2 +++ b/imiptools/handlers/scheduling/access.py	Mon Feb 08 00:47:00 2016 +0100
     1.3 @@ -132,6 +132,11 @@
     1.4      "same_domain_only" : same_domain_only,
     1.5      }
     1.6  
     1.7 +# Registries of locking and unlocking functions.
     1.8 +
     1.9 +locking_functions = {}
    1.10 +unlocking_functions = {}
    1.11 +
    1.12  # Registries of listener functions.
    1.13  
    1.14  confirmation_functions = {}