hidEvents: rename from events to hidEvents

This commit is contained in:
Adam Goldsmith 2020-04-26 20:25:28 -04:00
parent a53ad5edd4
commit e37770dbe2
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env python3
from memberPlumbing import events
events.main()

5
bin/hidEvents Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from memberPlumbing import hidEvents
hidEvents.main()