commit | 6d71c1e313b72fa28ca58a36f80367dc478ce576 | [log] [tgz] |
---|---|---|
author | Manjunath A Kumatagi <mkumatag@in.ibm.com> | Sun Feb 07 09:57:13 2016 +0530 |
committer | Manjunath A Kumatagi <mkumatag@in.ibm.com> | Sun Feb 07 09:57:13 2016 +0530 |
tree | 3b13cb5f7f88041dfffac9d44fe849911c42cb3f | |
parent | 176893cd53dc2e4789d6becb40301da56b6005f9 [diff] [blame] |
Fix pep8 errors
diff --git a/setup.py b/setup.py index 33d8567..2c35fc4 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from distutils.core import setup from os import listdir -resources = [ 'resources/%s' %(x) for x in listdir('resources') ] +resources = ['resources/%s' % (x) for x in listdir('resources')] setup(name='rest-dbus', version='1.0', scripts=['rest-dbus'],