3 messages in com.googlegroups.pylons-discussRe: how to delete a controller?
FromSent OnAttachments
seef...@public.gmane.org22 Sep 2007 05:39 
Philip Jenvey23 Sep 2007 14:09 
seef...@public.gmane.org30 Sep 2007 07:40 
Subject:Re: how to delete a controller?
From:Philip Jenvey (pjen@public.gmane.org)
Date:09/23/2007 02:09:36 PM
List:com.googlegroups.pylons-discuss

On Sep 22, 2007, at 5:39 AM,
seefriedthomas-gM/Ye1E23mwN+BqQ9@public.gmane.org wrote:

Sorry for a very beginner question:

Is there any command to remove a controller (created by "paster controller controllername") using paste?

Deleting the files seems to be inconvenient...

Nope. Just delete it yourself, and don't forget the accompanying test. And FYI, if you don't want a test for the controller in the first place, paster controller accepts a --no-test option.