We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844a16 commit c165effCopy full SHA for c165eff
setup.py
@@ -16,7 +16,7 @@
16
author='Raido Pahtma',
17
author_email='raido.pahtma@ttu.ee',
18
license='MIT',
19
- platforms = ["any"],
+ platforms=["any"],
20
install_requires=["pyyaml", "argconfparse"],
21
packages=['simpledaemonlog'],
22
zip_safe=False)
simpledaemonlog/daemonarguments.py
@@ -1,6 +1,6 @@
1
"""daemonarguments.py: Common options for daemons with argconfparse and simpledaemonlog."""
2
3
-import simpledaemonlog.logsetup
+from simpledaemonlog import logsetup
4
from argconfparse.argconfparse import arg_str2bool
5
6
0 commit comments