fix Travis-CI failures
This commit is contained in:
parent
404c167525
commit
875d6cf282
@ -26,12 +26,11 @@ import json
|
|||||||
import argparse
|
import argparse
|
||||||
import waitress
|
import waitress
|
||||||
import signal
|
import signal
|
||||||
import os
|
|
||||||
from ycm import user_options_store
|
from ycm import user_options_store
|
||||||
from ycm import extra_conf_store
|
from ycm import extra_conf_store
|
||||||
|
from ycm import utils
|
||||||
from ycm.server.watchdog_plugin import WatchdogPlugin
|
from ycm.server.watchdog_plugin import WatchdogPlugin
|
||||||
|
|
||||||
|
|
||||||
def YcmCoreSanityCheck():
|
def YcmCoreSanityCheck():
|
||||||
if 'ycm_core' in sys.modules:
|
if 'ycm_core' in sys.modules:
|
||||||
raise RuntimeError( 'ycm_core already imported, ycmd has a bug!' )
|
raise RuntimeError( 'ycm_core already imported, ycmd has a bug!' )
|
||||||
|
Loading…
Reference in New Issue
Block a user