how does this work? i don't like python import semantics, really

master
nathaniel smith 2015-07-28 17:28:51 -07:00
parent b7d1b02fe6
commit b1e504331e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from os import listdir
from os.path import getmtime, join from os.path import getmtime, join
from datetime import datetime from datetime import datetime
from sh import find, facter 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 # 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 # users. It denotes who has not updated their page from the default. It also