File: setup.py

package info (click to toggle)
python-tornado 4.4.2-1~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,020 kB
  • sloc: python: 25,036; sh: 130; xml: 49; ansic: 45; makefile: 45; sql: 26
file content (4 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (6)
1
2
3
4
# Dummy setup file to make tox happy.  In the appengine world things aren't
# installed through setup.py
import distutils.core
distutils.core.setup()