Skip to content

Commit

Permalink
small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed May 5, 2013
1 parent 1ddadd4 commit 6ad9678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords='textile,text',
test_suite = 'nose.collector',
tests_require = ['nose'],
test_suite='nose.collector',
tests_require=['nose'],
include_package_data=True,
zip_safe=False,
)
2 changes: 1 addition & 1 deletion textile/tools/imagesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def getimagesize(url):
def setup_module(module):
from nose.plugins.skip import SkipTest
try:
from PIL import ImageFile
__import__('PIL')
except ImportError:
raise SkipTest()

0 comments on commit 6ad9678

Please sign in to comment.