Skip to content

Commit

Permalink
Merge pull request #691 from dkg/master
Browse files Browse the repository at this point in the history
use integer division for python 3 compatibility
  • Loading branch information
embolalia committed Jan 11, 2015
2 parents 16a4fb6 + fbccd8a commit 644890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion willie/modules/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This module will respond to .yt and .youtube commands and searches the youtubes.
"""
from __future__ import unicode_literals
from __future__ import unicode_literals, division

from willie import web, tools
from willie.module import rule, commands, example
Expand Down

0 comments on commit 644890d

Please sign in to comment.