update the shebang
This commit is contained in:
parent
73972b730a
commit
998d84863b
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
#! /usr/bin/python3 -sP
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from rougail.cli.__main__ import main
|
from rougail.cli.__main__ import main
|
||||||
|
|
Loading…
Reference in a new issue