[issue1519] sloppy imports import local and python standard modules on same line

Daniel Holth mercurial-bugs at selenic.com
Thu Feb 19 14:33:23 CST 2009


New submission from Daniel Holth <dholth at fastmail.fm>:

Code is littered with lines such as

cmdutil.py:11 import mdiff, bdiff, util, templater, templatefilters, patch,
errno, error

that import errno (python standard library) and error (mercurial package) on
same line.

----------
messages: 8668
nosy: dholth
priority: wish
status: unread
title: sloppy imports import local and python standard modules on same line

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1519>
____________________________________________________



More information about the Mercurial-devel mailing list