fix __all__ in __init__.py and change version to 0.0.4
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
#
|
||||
|
||||
__all__ = [
|
||||
"EventMap"
|
||||
"setLoglevel",
|
||||
"enableSyslog",
|
||||
"EventMap",
|
||||
"Watch",
|
||||
"Pyinotifyd",
|
||||
"DaemonInstance",
|
||||
@@ -34,7 +36,7 @@ from pyinotify import ProcessEvent
|
||||
from pyinotifyd._install import install, uninstall
|
||||
from pyinotifyd.scheduler import TaskScheduler, Cancel
|
||||
|
||||
__version__ = "0.0.3"
|
||||
__version__ = "0.0.4"
|
||||
|
||||
|
||||
def setLoglevel(loglevel, logname=None):
|
||||
|
||||
Reference in New Issue
Block a user