~bmerry/duplicity/pydrive-regular

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kenneth Loafman
  • Date: 2015-02-01 17:37:37 UTC
  • Revision ID: kenneth@loafman.com-20150201173737-e4u22rx519goneaw
* Misc fixes for the following PEP8 issues:
  - E401
  - see http://pep8.readthedocs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# along with duplicity; if not, write to the Free Software Foundation,
21
21
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
22
 
23
 
import sys, os
 
23
import sys
 
24
import os
24
25
from setuptools import setup, Extension
25
26
from setuptools.command.test import test
26
27
from setuptools.command.install import install