From: Matthijs Kooijman Date: Thu, 27 Aug 2009 11:45:19 +0000 (+0200) Subject: Use local variables for storing visualizer dicts. X-Git-Tag: final-thesis~281 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=1687b8573daf7ee73241fa2651ac5bed07c10cdf;hp=1687b8573daf7ee73241fa2651ac5bed07c10cdf Use local variables for storing visualizer dicts. Using global variables could cause problems when pretty printers call eachother and use the vis variable. ---