import_checker 1.1

import_checker checks Python programs for circular (or recursive) imports.Python is a fine programming language. There is one horrendous thing with it though, that bites even the most experienced python programmers every now and then: the scope of...