Skip to content

Commit

Permalink
make sure integer division is handled properly by older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkg committed Dec 18, 2014
1 parent fb63a76 commit fbccd8a
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 fbccd8a

Please sign in to comment.