Example #1
0
 def update(self, dict):
     for k, v in dict.items():
         riscos.putenv(k, v)
Example #2
0
 def __setitem__(self, key, item):
     riscos.putenv(key, item)
Example #3
0
 def __setitem__(self, key, item):
     riscos.putenv(key, item)
Example #4
0
 def update(self, dict):
     for k, v in dict.items():
         riscos.putenv(k, v)
Example #5
0
"""A more or less complete dictionary like interface for the RISC OS environment."""