File: five.py

package info (click to toggle)
python-amqp 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 800 kB
  • sloc: python: 5,384; makefile: 209
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
"""Python 2/3 compatibility."""
from __future__ import absolute_import, unicode_literals

import sys

import vine.five

sys.modules[__name__] = vine.five