Opened 17 years ago
Closed 17 years ago
#6481 closed (fixed)
Fix import and syntax errors
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Remove (some) unused imports, add some needed ones. And fix two
syntax errors reported: one is trailing whitespace at EOF, the
other CRLF endings. The CRLF endings are due to a missing svn:eol-style "native"
entry in the SVN repo, but in git there is no such setting.
All errors were reported by the pyflakes checker.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 0006-Fix-import-and-syntax-errors.patch added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7131]) Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Found by Bastian Kleineidam with help from pyflakes. Thanks.