Browse Source
[devscripts/prepare_manpage] Fix deprecated escape sequence on py36
master
Yen Chi Hsuan
7 years ago
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with
1 additions and
1 deletions
-
devscripts/prepare_manpage.py
|
|
@ -8,7 +8,7 @@ import re |
|
|
|
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |
|
|
|
README_FILE = os.path.join(ROOT_DIR, 'README.md') |
|
|
|
|
|
|
|
PREFIX = '''%YOUTUBE-DL(1) |
|
|
|
PREFIX = r'''%YOUTUBE-DL(1) |
|
|
|
|
|
|
|
# NAME |
|
|
|
|
|
|
|