Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes

This commit is contained in:
Honza Kral 2013-02-23 23:20:34 +01:00
parent 83ecb7b145
commit 2b48fcc607
4 changed files with 55 additions and 2 deletions

View file

@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
from distutils.command.install_data import install_data
from distutils.command.install import INSTALL_SCHEMES
from distutils.sysconfig import get_python_lib