Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide the irc client inside a function... #293

Merged
merged 5 commits into from Oct 7, 2014
Merged

Conversation

ralphbean
Copy link
Contributor

...to get around top-level imports.

This should fix #274.


def __init__(self, channel, nickname, filters,
pretty, terse, parent_consumer):
pretty, terse, parent_consumer):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably lost pep8 here

@pypingou
Copy link
Member

pypingou commented Oct 7, 2014

1 comment about style, otherwise 👍 for me

ralphbean added a commit that referenced this pull request Oct 7, 2014
Hide the irc client inside a function...
@ralphbean ralphbean merged commit 1beec2a into develop Oct 7, 2014
@ralphbean ralphbean deleted the feature/twisted-words branch October 7, 2014 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

some classes for the twitter/irc consume are loaded even when not needed
2 participants