Order imports as suggested by PEP 8

This commit is contained in:
Eduard Braun 2016-09-15 21:56:36 +02:00
parent 99363c9089
commit d9198d7872
5 changed files with 24 additions and 23 deletions

View file

@ -18,7 +18,8 @@
import os
import re
from setuptools import setup, find_packages
from setuptools import find_packages, setup
LONGDESC = """
Scour is a SVG optimizer/sanitizer that can be used to produce SVGs for Web deployment.