1
0
Fork 0
forked from github/pelican

remove unused imports

This commit is contained in:
Andrea Crotti 2012-03-07 10:34:14 +00:00
commit 7c78f232b4

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python
from setuptools import setup
import sys
import platform
VERSION = "3.0" # find a better way to do so.