Mercurial > libervia-backend
comparison src/test/helpers_plugins.py @ 2413:70399d1acb47
tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 03 Nov 2017 14:19:10 +0100 |
parents | 2daf7b4c6756 |
children | 8b37a62336c3 |
comparison
equal
deleted
inserted
replaced
2412:7641bef56dcd | 2413:70399d1acb47 |
---|---|
25 from wokkel.muc import Room, User | 25 from wokkel.muc import Room, User |
26 from wokkel.generic import parseXml | 26 from wokkel.generic import parseXml |
27 from wokkel.disco import DiscoItem, DiscoItems | 27 from wokkel.disco import DiscoItem, DiscoItems |
28 | 28 |
29 # temporary until the changes are integrated to Wokkel | 29 # temporary until the changes are integrated to Wokkel |
30 from sat.tmp.wokkel.rsm import RSMResponse | 30 from sat_tmp.wokkel.rsm import RSMResponse |
31 | 31 |
32 from constants import Const as C | 32 from constants import Const as C |
33 from sat.plugins import plugin_xep_0045 | 33 from sat.plugins import plugin_xep_0045 |
34 from collections import OrderedDict | 34 from collections import OrderedDict |
35 | 35 |