Closed
Bug 633664
Opened 14 years ago
Closed 14 years ago
Move decorators from input.utils to input.decorators and vice versa
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
VERIFIED
FIXED
3.2
People
(Reporter: wenzel, Assigned: wenzel)
Details
(Whiteboard: [qa-])
Move decorators from input.utils to input.decorators and vice versa.
Assignee | ||
Comment 1•14 years ago
|
||
Moved @cached_property to input.decorators:
http://github.com/fwenzel/reporter/commit/058e95f
Removed input.utils.uniquifier:
http://github.com/fwenzel/reporter/commit/5a27927
Initially I thought negotiate() shouldn't be in input.decorators, but it is a decorator, just for multiple functions at once, so it should stay there.
Looks good now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
You need to log in
before you can comment on or make changes to this bug.
Description
•