Skip to content

Commit

Permalink
🐎 Moved to new style python classes.
Browse files Browse the repository at this point in the history
	Fixes #61.
  • Loading branch information
ssundarraj authored and sananth12 committed Apr 5, 2015
1 parent cb36222 commit d1e73f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_scraper/utils.py
Expand Up @@ -10,7 +10,7 @@
from image_scraper.exceptions import *


class ImageScraper:
class ImageScraper(object):
url = None
no_to_download = 0
format_list = []
Expand Down

0 comments on commit d1e73f5

Please sign in to comment.