Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Jul 26, 2014
1 parent e89a82d commit bcfe787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Release 1.0.0 (dev)
-------------------

**Backward incompatible changes:**

- filter `embed_video_tags.embed` has been removed

Backward compatible changes:
Expand Down
1 change: 0 additions & 1 deletion embed_video/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def get_info(self):
raise NotImplementedError

def set_options(self, options):
print options
for key in options:
setattr(self, key, options[key])

Expand Down

0 comments on commit bcfe787

Please sign in to comment.