diff --git a/tildetown-py/stats.py b/tildetown-py/stats.py index 672d29c..40f2fbb 100644 --- a/tildetown-py/stats.py +++ b/tildetown-py/stats.py @@ -4,7 +4,7 @@ from os import listdir from os.path import getmtime, join from datetime import datetime from sh import find, facter -from .util import slurp, thread +from util import slurp, thread # this script emits json on standard out that has information about tilde.town # users. It denotes who has not updated their page from the default. It also