Cura/plugins
Ghostkeeper 36b027b290
Fix copying ConfigParser
Turns out that copy.copy() doesn't work on ConfigParsers. It returns a different instance but modifying that instance still modifies the old configs. Deep copy isn't allowed. But this dictionary copy works.

Contributes to issue CURA-844.
2016-08-09 18:06:23 +02:00
..
2016-08-01 10:50:04 +02:00
2016-05-20 16:22:10 +02:00