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

Making project Python 3.x compatible and fixing bugs #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shackra
Copy link

@shackra shackra commented Jul 12, 2016

Also, making sure project follows PEP8 white-spaces directives with autopep8 command

Jorge Araya Navarro added 2 commits July 12, 2016 15:26
Also, making sure project follows PEP8 white-spaces directives with
`autopep8` command
Fix bug #1 #2

We need to implement a way to tell the user some username is already
taken, currently MultiExplorer tries to create a new user triggering an
error on the database, otherwise bug number 3 cannot be fix.
@shackra shackra changed the title Making project Python 3.x compatible Making project Python 3.x compatible and fixing bugs Jul 13, 2016
@priestc
Copy link
Owner

priestc commented Aug 13, 2016

Thank you for making this pull request. Could you revert the new lines? I know PEP8 says 80 chars is the maximum, but there is also a clause that says you can break little rules if it makes easier to read code. splitting those lines doesn't make the code easier to read... Also, the import's should be "from .views" for both python 2 and 3 (you don't need to catch the ImportError)

@shackra
Copy link
Author

shackra commented Aug 13, 2016

omw!

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.

2 participants