diff test/test_sqlite.py @ 5077:88fc7202f87d

Remove 'import *' statement from test/memorydb.py It is generally best to avoid 'import *' statements, particularly in this case where objects in the global namespace are being propagated through to an execfile(). The construction of the 'vars' variable is a bit of a hack, but preferable to the alternative. Sometime in the future it may be a good idea to do away with using execfile() to parse the schema files.
author John Kristensen <john@jerrykan.com>
date Fri, 10 Jun 2016 18:24:47 +1000
parents 364c54991861
children efb34cbdba7c
line wrap: on
line diff

Roundup Issue Tracker: http://roundup-tracker.org/