Use isort with rapydscript files as well

This commit is contained in:
Kovid Goyal 2017-02-21 17:19:06 +05:30
parent 3bc756bfda
commit e6153c0376

View File

@ -15,3 +15,5 @@ blank_line_before_nested_class_or_def = True
combine_as_imports = True
line_length = 85
multi_line_output = 5
known_future_library = __python__
known_standard_library = aes,elementmaker,encodings