mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 20:50:23 +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.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from __future__ import absolute_import
|
||||
|
||||
import struct
|
||||
import threading
|
||||
|
||||
|
|
Loading…
Reference in a new issue