changeset 10662 | 10942ed172de |
parent 8930 | 6a02be304486 |
--- a/entities/sources.py Tue Sep 08 18:04:57 2015 +0200 +++ b/entities/sources.py Tue Sep 15 16:15:03 2015 +0200 @@ -42,7 +42,7 @@ cfg.update(config) options = SOURCE_TYPES[self.type].options sconfig = SourceConfiguration(self._cw.vreg.config, options=options) - for opt, val in cfg.iteritems(): + for opt, val in cfg.items(): try: sconfig.set_option(opt, val) except OptionError: