Removed runbullet start script, using entry_points to automatically generate the script instead

This commit is contained in:
Fabio Manganiello 2017-11-03 22:53:55 +01:00
parent 4b15cb1b45
commit d75f319ea6
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!python
import runbullet
runbullet.main()
# vim:sw=4:ts=4:et: