Modify ↓
Opened 18 years ago
Closed 12 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 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from jml to Ryan J Ollos |
Status: | new → assigned |
comment:2 Changed 12 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.