MultiExplorer icon indicating copy to clipboard operation
MultiExplorer copied to clipboard

Making project Python 3.x compatible and fixing bugs

Open shackra opened this issue 8 years ago • 2 comments

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

shackra avatar Jul 12 '16 21:07 shackra

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)

priestc avatar Aug 13 '16 04:08 priestc

omw!

shackra avatar Aug 13 '16 05:08 shackra