From f0e98fa21f943d8e09d1154258703698e5a35a27 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 4 Feb 2013 22:07:06 -0800 Subject: [PATCH] Reordering some imports --- python/ycm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/ycm.py b/python/ycm.py index 440f51d2..f7b5c190 100644 --- a/python/ycm.py +++ b/python/ycm.py @@ -17,12 +17,12 @@ # You should have received a copy of the GNU General Public License # along with YouCompleteMe. If not, see . -import vimsupport import imp -import vim -import ycm_utils as utils import os import sys +import vimsupport +import vim +import ycm_utils as utils try: import ycm_core