I found a little correction in the section about adding commands to
paster:
http://docs.pylonshq.com/advanced_pylons/paster_commands.html

it says:
>Modify the entry_points argument in setup.py to contain:
>
>[paste.paster_command]
>my-command = myapp.commands.my_command:MyCommand

whereas I think it should be saying:
>Modify the entry_points argument in setup.py to contain:
>
>[paste.paster_command]
>my-command = commands.my_command:MyCommand

At least that is what is working here (using pastescript 1.6.3).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to