mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-23 05:00:24 +03:00
__future__ import
This commit is contained in:
parent
14c4f08f5c
commit
e0ee1b2224
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import struct
|
import struct
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue