Description: Remove ez_setup import in setup.py
Author: Simon Chopin <chopin.simon@gmail.com>
Forwarded: not-needed

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- fabulous-0.1.5+dfsg1.orig/setup.py
+++ fabulous-0.1.5+dfsg1/setup.py
@@ -4,9 +4,6 @@
 # http://wiki.python.org/moin/CheeseShopTutorial
 # http://pypi.python.org/pypi?:action=list_classifiers
 
-from ez_setup import use_setuptools
-use_setuptools(version='0.6c11')
-
 import os
 from setuptools import setup, find_packages
 
