refactored new apis to sit under the emulator module, also reverted moving files under a legacy module to help avoid breaking code using core internals for 5.0+

This commit is contained in:
Blake J. Harnden 2018-05-01 10:40:25 -07:00
parent 9cb1513933
commit f5bff494c7
17 changed files with 53 additions and 50 deletions

View file

@ -105,7 +105,7 @@ class TestGui:
"""
Test session broker creation.
:param core.future.coreemu.FutureSession session: session for test
:param core.emulator.coreemu.EmuSession session: session for test
:param cored: cored daemon server to test with
"""