Modify ↓
Opened 7 years ago
Closed 11 months ago
#529 closed defect (fixed)
Error in setup.py
| Reported by: | alvaro@… | Owned by: | rjollos |
|---|---|---|---|
| Priority: | normal | Component: | WebAdminUsersPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.9 |
Description (last modified by rjollos)
I needed to remove the first two lines in setup.py to be able to install the plugin:
import ez_setup ez_setup.use_setuptools()
Attachments (0)
Change History (2)
comment:1 Changed 11 months ago by rjollos
- Description modified (diff)
- Owner changed from jml to rjollos
- Status changed from new to assigned
comment:2 Changed 11 months ago by rjollos
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.


(In [11849]) Fixes #529: Removed bad import statement. Untested patch.