Django

Code

Ticket #6481 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

Fix import and syntax errors

Reported by: Bastian Kleineidam <calvin@debian.org> Assigned to: nobody
Milestone: Component: Uncategorized
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

0006-Fix-import-and-syntax-errors.patch (12.1 kB) - added by Bastian Kleineidam <calvin@debian.org> on 01/28/08 10:06:12.

Change History

01/28/08 10:06:12 changed by Bastian Kleineidam <calvin@debian.org>

  • attachment 0006-Fix-import-and-syntax-errors.patch added.

02/16/08 16:02:25 changed by Simon Greenhill <dev@simon.net.nz>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

02/18/08 18:08:08 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #6481 (Fix import and syntax errors)




Change Properties
Action