Fix importing of utils in two scripts.

Ooops.

Change-Id: I8e40d64ae107d4269d83d6b004ddfb8c0ac0219b
changes/62/58662/1
Robert Collins 9 years ago
parent 839f970377
commit 1ab27d9d99

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

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

Loading…
Cancel
Save