Modify ↓
Opened 19 years ago
Closed 13 years ago
#529 closed defect (fixed)
Error in setup.py
| Reported by: | Owned by: | Ryan J Ollos | |
|---|---|---|---|
| Priority: | normal | Component: | WebAdminUsersPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.9 |
Description (last modified by )
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 13 years ago by
| Description: | modified (diff) |
|---|---|
| Owner: | changed from jml to Ryan J Ollos |
| Status: | new → assigned |
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



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