imip-agent

Change of imiptools/config.py

986:299473933bec
imiptools/config.py
     1.1 --- a/imiptools/config.py	Sun Nov 01 18:59:15 2015 +0100
     1.2 +++ b/imiptools/config.py	Sun Nov 01 23:58:21 2015 +0100
     1.3 @@ -54,6 +54,10 @@
     1.4  
     1.5  MANAGER_URL = None
     1.6  
     1.7 +# The protocol scheme used if constructing URLs.
     1.8 +
     1.9 +MANAGER_URL_SCHEME = "http://"
    1.10 +
    1.11  
    1.12  
    1.13  # Preferences defaults applicable unless overridden by the user.