Coverage for /home/antoine/projects/xpra-git/dist/python3/lib64/python/xpra/platform/shadow_server.py : 100%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# This file is part of Xpra.
2# Copyright (C) 2011-2020 Antoine Martin <antoine@xpra.org>
3# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
4# later version. See the file COPYING for details.
6from xpra.platform import platform_import
8def ShadowServer(): # pragma: no cover
9 raise NotImplementedError()
11platform_import(globals(), "shadow_server", True, "ShadowServer")