Gbp-Pq: Name python2.diff
This commit is contained in:
Debian Python Modules Team 2022-05-14 02:49:51 +08:00 committed by openKylinBot
parent ae4d781ede
commit 4f64858223
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python2
"""Run this manually to test xdg.Mime.get_type2 against all files in a directory.
Syntax: ./fuzz-mime.py /dir/to/test/

View File

@ -75,8 +75,8 @@ Type=Application
python_desktop = """[Desktop Entry]
Name=Python
Comment=Dynamic programming language
Exec=python
TryExec=python
Exec=python2
TryExec=python2
Type=Application
"""

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# coding: utf-8
from xdg.DesktopEntry import DesktopEntry
from xdg.Exceptions import ValidationError, ParsingError, NoKeyError

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
from xdg.IconTheme import IconTheme, getIconPath, getIconData
import tempfile, shutil, os
import unittest

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# coding: utf-8
from xdg import IniFile
from xdg.util import u

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
from __future__ import print_function
import io