##// END OF EJS Templates
py3: automatic migration with 2to3 -f future
Mads Kiilerich -
r8094:4b68fbe1 default
parent child Browse files
Show More
@@ -25,8 +25,6 b' Original author and date, and relevant c'
25 25 :license: GPLv3, see LICENSE.md for more details.
26 26 """
27 27
28 from __future__ import print_function
29
30 28 import argparse
31 29 import json
32 30 import sys
@@ -20,8 +20,6 b' Original author and date, and relevant c'
20 20 :license: GPLv3, see LICENSE.md for more details.
21 21 """
22 22
23 from __future__ import print_function
24
25 23 import sys
26 24
27 25 import kallithea.bin.kallithea_cli_base as cli_base
@@ -25,8 +25,6 b' Original author and date, and relevant c'
25 25 :license: GPLv3, see LICENSE.md for more details.
26 26 """
27 27
28 from __future__ import print_function
29
30 28 import argparse
31 29 import fileinput
32 30 import json
@@ -25,8 +25,6 b' Original author and date, and relevant c'
25 25 :license: GPLv3, see LICENSE.md for more details.
26 26 """
27 27
28 from __future__ import print_function
29
30 28 import urllib.request
31 29 import uuid
32 30 from configparser import ConfigParser
@@ -26,8 +26,6 b' Original author and date, and relevant c'
26 26 :license: GPLv3, see LICENSE.md for more details.
27 27 """
28 28
29 from __future__ import print_function
30
31 29 import logging
32 30 import os
33 31 import sys
@@ -12,8 +12,6 b''
12 12 # You should have received a copy of the GNU General Public License
13 13 # along with this program. If not, see <http://www.gnu.org/licenses/>.
14 14
15 from __future__ import print_function
16
17 15 import errno
18 16 import os
19 17 from multiprocessing.util import Finalize
@@ -27,8 +27,6 b' Original author and date, and relevant c'
27 27 :license: GPLv3, see LICENSE.md for more details.
28 28 """
29 29
30 from __future__ import print_function
31
32 30 import binascii
33 31 import datetime
34 32 import json
@@ -1,7 +1,6 b''
1 1 """
2 2 Utilities aimed to help achieve mostly basic tasks.
3 3 """
4 from __future__ import division
5 4
6 5 import datetime
7 6 import os
@@ -1,7 +1,5 b''
1 1 # encoding: UTF-8
2 2
3 from __future__ import print_function
4
5 3 import datetime
6 4 import string
7 5 import sys
@@ -25,8 +25,6 b' Original author and date, and relevant c'
25 25
26 26 """
27 27
28 from __future__ import print_function
29
30 28 import json
31 29 import os
32 30 import re
@@ -26,8 +26,6 b' Original author and date, and relevant c'
26 26
27 27 """
28 28
29 from __future__ import print_function
30
31 29 import logging
32 30 import os
33 31 import shutil
@@ -30,8 +30,6 b' Original author and date, and relevant c'
30 30 :license: GPLv3, see LICENSE.md for more details.
31 31 """
32 32
33 from __future__ import print_function
34
35 33 import http.cookiejar
36 34 import os
37 35 import sys
@@ -4,8 +4,6 b''
4 4 Consistent formatting of rst section titles
5 5 """
6 6
7 from __future__ import print_function
8
9 7 import re
10 8 import subprocess
11 9
@@ -3,8 +3,6 b''
3 3 Based on kallithea/lib/paster_commands/template.ini.mako, generate development.ini
4 4 """
5 5
6 from __future__ import print_function
7
8 6 import re
9 7
10 8 from kallithea.lib import inifile
@@ -1,7 +1,5 b''
1 1 #!/usr/bin/env python3
2 2
3 from __future__ import print_function
4
5 3 import re
6 4 import sys
7 5
General Comments 0
You need to be logged in to leave comments. Login now