Ticket #195 (defect)
Opened 3 years ago
Last modified 3 years ago
change "from cherrypy import cpg" into "common" way of importing modules
Status: closed (fixed)
| Reported by: | rdelon | Assigned to: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
ie: from cherrypy import server, root, request
or import cherrypy cherrypy.server ...
Change History
06/21/05 12:48:29: Modified by rdelon
- milestone set to 2.1.
06/21/05 15:04:17: Modified by peterhunt
06/22/05 16:16:04: Modified by lawouach
Remi,
I know you explained it already on IRC but I believe such a major change in the api deserves a clear explanation here too :)
06/23/05 12:00:50: Modified by rdelon
- owner deleted.
06/25/05 15:40:20: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Implemented in changeset [382].


why? i don't see a reason to.