diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 05fb579f62..d25bc4d0f3 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -2,7 +2,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -import imp, os, sys +import imp +import os +import sys old_bytecode = sys.dont_write_bytecode sys.dont_write_bytecode = True