master
/ .localenv / lib / python3.5 / site-packages / jupyterlab / selenium_check.py

selenium_check.py @master

08862c9
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import warnings

from .browser_check import *

warnings.warn("Should switch to using `browser_check.py` instead of `selenium_check.py`", DeprecationWarning)

if __name__ == '__main__':
    BrowserApp.launch_instance()