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
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python3
|
||||
import re
|
||||
import sys
|
||||
from rougail.cli.__main__ import main
|
||||
|
|
Loading…
Reference in a new issue