From b1e504331e7de7bb7b64d7a81b8e2211df5c8d7d Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Tue, 28 Jul 2015 17:28:51 -0700 Subject: [PATCH] how does this work? i don't like python import semantics, really --- tildetown-py/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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