runtime/WampClient.py
changeset 2262 4195545e2d17
parent 2260 74205edac761
child 2264 cbdac78eb93c
equal deleted inserted replaced
2261:37ef7a3c6b8b 2262:4195545e2d17
   425     secret = LoadWampSecret(_WampSecret)
   425     secret = LoadWampSecret(_WampSecret)
   426     return static.Data(secret, 'application/octet-stream'), ()
   426     return static.Data(secret, 'application/octet-stream'), ()
   427 
   427 
   428 
   428 
   429 def RegisterWebSettings(NS):
   429 def RegisterWebSettings(NS):
   430     NS.ConfigurableSettings.addExtension(
   430 
       
   431     NS.ConfigurableSettings.addSettings(
   431         "wamp",
   432         "wamp",
   432         _("Wamp Settings"),
   433         _("Wamp Settings"),
   433         webFormInterface,
   434         webFormInterface,
   434         _("Set"),
   435         _("Set"),
   435         wampConfig)
   436         wampConfig)