how does this work? i don't like python import semantics, really
parent
b7d1b02fe6
commit
b1e504331e
|
@ -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
|
||||||
|
|
Reference in New Issue