Zeke Marffy

Results 2 issues of Zeke Marffy

Integrate is a tweak that removes separators. This happens with both installed. http://imgur.com/FF64Ocp

tweak conflict

Why do `logger = utils.AppLogger.__call__().get_logger()`? This could be `logger = utils.AppLogger().get_logger()`, or maybe even easier, just `logger = logging.getLogger(__name__)`. Am I missing something?