Reordering some imports

This commit is contained in:
Strahinja Val Markovic 2013-02-04 22:07:06 -08:00
parent 5ab2112abc
commit f0e98fa21f

View File

@ -17,12 +17,12 @@
# You should have received a copy of the GNU General Public License
# along with YouCompleteMe. If not, see <http://www.gnu.org/licenses/>.
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