Commit 228dc842 authored by jim's avatar jim

Removed unused import.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@103230 62d5b8a3-27da-0310-9561-8e5933582275
parent 69ec45ee
......@@ -15,7 +15,7 @@
version = "1.4.0dev"
import os
from setuptools import setup, find_packages
from setuptools import setup
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment