Migrated scripts to entry points.
This commit is contained in:
parent
501f28e0ee
commit
14fd640059
3 changed files with 6 additions and 17 deletions
8
sysmoded
8
sysmoded
|
@ -1,8 +0,0 @@
|
|||
#! /usr/bin/env python3
|
||||
"""System mode daemon."""
|
||||
|
||||
from tabletmode.daemon import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue