Commit 8c094e09 authored by Antoine Catton's avatar Antoine Catton Committed by Cédric de Saint Martin

Certainly wrongly typed characters

parent 25418609
......@@ -92,7 +92,7 @@ class GenericBaseRecipe(object):
def createPythonScript(self, name, absolute_function, arguments=''):
"""Create a python script using zc.buildout.easy_install.scripts
ok o
* function should look like 'module.function', or only 'function'
if it is a builtin function."""
absolute_function = tuple(absolute_function.rsplit('.', 1))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment