mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 06:26:08 -04:00
Move replication.tcp.streams into a package
This commit is contained in:
parent
acaa18f7dd
commit
a5798de067
4 changed files with 53 additions and 35 deletions
|
@ -12,7 +12,7 @@
|
|||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from synapse.replication.tcp.streams import ReceiptsStreamRow
|
||||
from synapse.replication.tcp.streams._base import ReceiptsStreamRow
|
||||
|
||||
from tests.replication.tcp.streams._base import BaseStreamTestCase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue