mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
remove unicode_literals
This commit is contained in:
parent
bf773f822c
commit
178324a0ee
2
rtool
2
rtool
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from __future__ import (
|
from __future__ import (
|
||||||
absolute_import, print_function, division, unicode_literals
|
absolute_import, print_function, division
|
||||||
)
|
)
|
||||||
from os.path import join
|
from os.path import join
|
||||||
import contextlib
|
import contextlib
|
||||||
|
Loading…
Reference in New Issue
Block a user