Closed sevazhidkov closed 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.
Ah, I am not in an IDE, hence the code is running with a 4 spacing method. Please ignore this problem.
Sorry, but it's very uncomfortable to work with it. For example, Atom editor shows code not right: Let's use standards.
Also the current code style is not compatible with Python 3.
@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.