mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-11 00:53:14 +00:00
Remove unused import (os.path) from setup.
This commit is contained in:
parent
f756ec445f
commit
3dd63fdd1b
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue