contrib_bots: Fix python 3 lint errors.

This commit is contained in:
Tim Abbott 2017-05-26 10:15:53 -07:00
parent caf3ec3ca1
commit bd4be69148
4 changed files with 7 additions and 4 deletions

View file

@ -8,7 +8,7 @@ import importlib
import sys
from math import log10, floor
import utils
from . import utils
import re
def is_float(value):

View file

@ -1,4 +1,5 @@
import converter
from __future__ import absolute_import
from . import converter
def test():
for cmd, expected_response in sample_conversation():