Remove unused import (os.path) from setup.

This commit is contained in:
Tyson Clugg 2015-09-18 17:43:59 +10:00
parent f756ec445f
commit 3dd63fdd1b

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python
"""Django/PostgreSQL implementation of the Meteor DDP service."""
import os.path
from setuptools import setup, find_packages
CLASSIFIERS = [