mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-18 06:57:49 -04:00
Flatten the synapse.rest.client package (#10600)
This commit is contained in:
parent
b62eba7705
commit
642a42edde
123 changed files with 137 additions and 188 deletions
|
@ -13,8 +13,7 @@
|
|||
# limitations under the License.
|
||||
import synapse.rest.admin
|
||||
from synapse.api.room_versions import KNOWN_ROOM_VERSIONS
|
||||
from synapse.rest.client.v1 import login
|
||||
from synapse.rest.client.v2_alpha import capabilities
|
||||
from synapse.rest.client import capabilities, login
|
||||
|
||||
from tests import unittest
|
||||
from tests.unittest import override_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue