loklak / loklak_python_api

The loklak API for Python which makes it very easy to use and as a strict replacement to the twitter API
1.09k stars 26 forks source link

Fix code style to PEP8 #7

Closed sevazhidkov closed 8 years ago

sudheesh001 commented 8 years ago

@sevazhidkov Which IDE are you using ? Why did you change the default 4 spacing to 8 and change it back to 4 ? I don't think i'll let this pass at the moment. Thanks for the work though.

sevazhidkov commented 8 years ago

Right now loklak.py is with 8 spacing. I fix it using autopep8 module. I'm using PyCharm and it's highlight many code lines.

sudheesh001 commented 8 years ago

Ah, I am not in an IDE, hence the code is running with a 4 spacing method. Please ignore this problem.

sevazhidkov commented 8 years ago

Sorry, but it's very uncomfortable to work with it. For example, Atom editor shows code not right: 2015-12-11 16 19 10 2015-12-11 16 19 22 Let's use standards.

sevazhidkov commented 8 years ago

Also the current code style is not compatible with Python 3.