Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove_notifications and list_notifications are not promoted to package level #45

Closed
andysim3d opened this issue May 12, 2019 · 1 comment · Fixed by #46
Closed

remove_notifications and list_notifications are not promoted to package level #45

andysim3d opened this issue May 12, 2019 · 1 comment · Fixed by #46

Comments

@andysim3d
Copy link
Contributor

Describe the bug
can not call
pync.remove_notifications(os.getpid()) and pync.list_notifications(os.getpid()) directly because those two function are not promote to package level.

To Reproduce
Steps to reproduce the behavior:
In any python file, call pync.remove_notifications(os.getpid()) or
pync.list_notifications(os.getpid()), it will raise execption module 'pync' has no attribute 'remove_notifications'

Expected behavior
As document said, it supports pync.remove_notifications and pync.list_notification

Desktop (please complete the following information):

  • OS: MacOS
  • Version: 10.14.4

Additional context
Add any other context about the problem here.

@teamhide
Copy link

Same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants