Opened 16 years ago

Closed 16 years ago

#6481 closed (fixed)

Fix import and syntax errors

Reported by: Bastian Kleineidam <calvin@…> 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)

0006-Fix-import-and-syntax-errors.patch (12.1 KB ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7131]) Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Found by Bastian Kleineidam with help from pyflakes. Thanks.

Note: See TracTickets for help on using tickets.
Back to Top