#8143 closed (fixed)
Missed an import of sha in #7919
| Reported by: | 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)
Change History (4)
by , 17 years ago
| Attachment: | lastsha.diff added |
|---|
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [8233]) Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143.