Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8143 closed (fixed)

Missed an import of sha in #7919

Reported by: Karen Tracey <kmtracey@…> Owned by: Eric Holscher
Component: Uncategorized Version: dev
Severity: Keywords: python26
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

I seem to have missed one import of sha in the path for #7919. Patch to fix it in the same way as the others will be attached. Tested on Python 2.3.5/2.5.1/2.6b2.

Attachments (1)

lastsha.diff (1.0 KB ) - added by Karen Tracey <kmtracey@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

by Karen Tracey <kmtracey@…>, 16 years ago

Attachment: lastsha.diff added

comment:1 by Eric Holscher, 16 years ago

Owner: changed from nobody to Eric Holscher
Status: newassigned
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8233]) Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143.

comment:3 by Jacob, 13 years ago

milestone: 1.0 beta

Milestone 1.0 beta deleted

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