Fix importing of utils in two scripts.

Ooops.

Change-Id: I8e40d64ae107d4269d83d6b004ddfb8c0ac0219b
This commit is contained in:
Robert Collins 2013-11-27 03:07:30 +00:00
parent 839f970377
commit 1ab27d9d99
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import optparse
import prettytable
import sys
import utils
from reviewstats import utils
def round_to_day(ts):

View File

@ -19,7 +19,7 @@ from launchpadlib.launchpad import Launchpad
import re
import sys
import utils
from reviewstats import utils
def main():