>>> from beanstalk import * ... TypeError: Item in ``from list'' not a string
Fix below: --------- diff -r pybeanstalk-0.11.1-pristine/beanstalk/__init__.py pybeanstalk-0.11.1/beanstalk/__init__.py 5c5 < __all__ = [protohandler, serverconn, errors, job] --- > __all__ = ['protohandler', 'serverconn', 'errors', 'job'] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
