Skip to content

Commit c165eff

Browse files
committed
Fixed import.
1 parent e844a16 commit c165eff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author='Raido Pahtma',
1717
author_email='raido.pahtma@ttu.ee',
1818
license='MIT',
19-
platforms = ["any"],
19+
platforms=["any"],
2020
install_requires=["pyyaml", "argconfparse"],
2121
packages=['simpledaemonlog'],
2222
zip_safe=False)

simpledaemonlog/daemonarguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""daemonarguments.py: Common options for daemons with argconfparse and simpledaemonlog."""
22

3-
import simpledaemonlog.logsetup
3+
from simpledaemonlog import logsetup
44
from argconfparse.argconfparse import arg_str2bool
55

66

0 commit comments

Comments
 (0)