Move replication.tcp.streams into a package

This commit is contained in:
Richard van der Hoff 2019-03-27 09:58:42 +00:00
parent acaa18f7dd
commit a5798de067
4 changed files with 53 additions and 35 deletions

View file

@ -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