fixed shebang
This commit is contained in:
parent
f836841f66
commit
2533927cca
1
TODO
1
TODO
@ -10,6 +10,7 @@
|
|||||||
- support for md files in spool
|
- support for md files in spool
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- python-pip (perche' serve telepot)
|
||||||
- python-watchdog
|
- python-watchdog
|
||||||
- python-argparse
|
- python-argparse
|
||||||
- python-configparser
|
- python-configparser
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
import datetime
|
import datetime
|
||||||
|
Loading…
Reference in New Issue
Block a user