5 lines
150 B
Python
5 lines
150 B
Python
|
# Dummy setup file to make tox happy. In the appengine world things aren't
|
||
|
# installed through setup.py
|
||
|
import distutils.core
|
||
|
distutils.core.setup()
|