mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
feat: add newline and enforce file encoding
This commit is contained in:
committed by
GitHub
parent
f7dfb05850
commit
263b582139
@@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/python3 -u
|
#!/usr/bin/python3 -u
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import errno
|
import errno
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user