mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-08 15:37:09 +00:00
remove -*- coding: ... lines, utf-8 is default for py3
This commit is contained in:
parent
ec9334422e
commit
2713500983
3 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# documentation build configuration file, created by
|
||||
# sphinx-quickstart on Sat Sep 10 18:18:25 2011.
|
||||
#
|
||||
|
|
1
setup.py
1
setup.py
|
@ -1,4 +1,3 @@
|
|||
# -*- encoding: utf-8 *-*
|
||||
import os
|
||||
import io
|
||||
import re
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# -*- encoding: utf-8 *-*
|
||||
# Support code for building docs (build_usage, build_man)
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue