branch Attitude Adjustment packages
[12.09/packages.git] / lang / python-eeml / patches / 101-cross.patch
1 --- a/setup.py
2 +++ b/setup.py
3 @@ -1,5 +1,6 @@
4 -from setuptools import setup
5 -from setuptools import find_packages
6 +#!/usr/bin/env python
7 +
8 +from distutils.core import setup
9
10  setup(name="Python EEML",
11        version="0.1",
12