Skip to content

Commit

Permalink
modified import line
Browse files Browse the repository at this point in the history
  • Loading branch information
kasraavand committed Oct 6, 2016
1 parent 56f269a commit c63c47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runwalker.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, server_name, url, root='/', daemon=False):
except:
pass
else:
from daemons.winservice import Service as daemon_obj
from daemons import windaemon as daemon_obj
self.daemon = daemon
try:
server_path = path.join(path.dirname(__file__), self.name)
Expand Down

0 comments on commit c63c47e

Please sign in to comment.