Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
utilS, plural
  • Loading branch information
stnbu committed Aug 29, 2018
1 parent 64bb4a2 commit 65c1412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.py
Expand Up @@ -7,7 +7,7 @@

# FIXME
# beautiful HACK until I get some stuff figured out.
sys.path.insert(0, '../mutil')
sys.path.insert(0, '../mutils')

import datetime
import pytz
Expand Down Expand Up @@ -221,6 +221,6 @@ def main(dir_path, daemon=True):

if __name__ == '__main__':

from mutil.simple_daemon import daemonize
from mutils.simple_daemon import daemonize

daemonize(main)

0 comments on commit 65c1412

Please sign in to comment.