Commit 4c975ff1 authored by Jim Fulton's avatar Jim Fulton

Removed unused import.

parent c15dbd9b
......@@ -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