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

Fix initial configuration with python 3 #555

Merged
merged 1 commit into from
Jun 17, 2014
Merged

Fix initial configuration with python 3 #555

merged 1 commit into from
Jun 17, 2014

Conversation

vaz-ar
Copy link
Contributor

@vaz-ar vaz-ar commented Jun 17, 2014

Since the raw_input() function has been renamed to input in python 3,
we replace it by input() in case willie is run from python3+
fix #554

Since the raw_input() function  has been renamed to input in python 3,
we replace it by input() in case willie is run from python3+
@vaz-ar
Copy link
Contributor Author

vaz-ar commented Jun 17, 2014

I ran the tests on my computer and they passed, I can't reproduce the error in the Travis CI build

elad661 pushed a commit that referenced this pull request Jun 17, 2014
Fix configuration with python 3
@elad661 elad661 merged commit 58c6ddc into sopel-irc:master Jun 17, 2014
@elad661
Copy link
Contributor

elad661 commented Jun 17, 2014

Failure seems unrelated. Your commit looks good to me, I've been meaning to fix this for a while now.

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.

Configuration error with python 3.3
2 participants