forked from platypush/platypush
Removed old bin/platypush
script.
It's already been replaced by the setup.py entry point.
This commit is contained in:
parent
98e9abde18
commit
e9dbcff1a8
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#!python3
|
||||
|
||||
import sys
|
||||
|
||||
from platypush.app import Application
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = Application.build(*sys.argv[1:])
|
||||
app.run()
|
||||
|
||||
|
||||
# vim:sw=4:ts=4:et:
|
Loading…
Reference in a new issue