Changeset - 4b68fbe195b6
[Not reviewed]
kallithea/bin/kallithea_api.py
Show inline comments
 
@@ -25,8 +25,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import argparse
 
import json
 
import sys
kallithea/bin/kallithea_cli_ishell.py
Show inline comments
 
@@ -20,8 +20,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import sys
 

	
 
import kallithea.bin.kallithea_cli_base as cli_base
kallithea/bin/kallithea_gist.py
Show inline comments
 
@@ -25,8 +25,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import argparse
 
import fileinput
 
import json
kallithea/bin/ldap_sync.py
Show inline comments
 
@@ -25,8 +25,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import urllib.request
 
import uuid
 
from configparser import ConfigParser
kallithea/lib/db_manage.py
Show inline comments
 
@@ -26,8 +26,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import logging
 
import os
 
import sys
kallithea/lib/pidlock.py
Show inline comments
 
@@ -12,8 +12,6 @@
 
# You should have received a copy of the GNU General Public License
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
from __future__ import print_function
 

	
 
import errno
 
import os
 
from multiprocessing.util import Finalize
kallithea/lib/utils2.py
Show inline comments
 
@@ -27,8 +27,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import binascii
 
import datetime
 
import json
kallithea/lib/vcs/utils/helpers.py
Show inline comments
 
"""
 
Utilities aimed to help achieve mostly basic tasks.
 
"""
 
from __future__ import division
 

	
 
import datetime
 
import os
kallithea/lib/vcs/utils/progressbar.py
Show inline comments
 
# encoding: UTF-8
 

	
 
from __future__ import print_function
 

	
 
import datetime
 
import string
 
import sys
kallithea/tests/other/test_vcs_operations.py
Show inline comments
 
@@ -25,8 +25,6 @@ Original author and date, and relevant c
 

	
 
"""
 

	
 
from __future__ import print_function
 

	
 
import json
 
import os
 
import re
kallithea/tests/scripts/manual_test_concurrency.py
Show inline comments
 
@@ -26,8 +26,6 @@ Original author and date, and relevant c
 

	
 
"""
 

	
 
from __future__ import print_function
 

	
 
import logging
 
import os
 
import shutil
kallithea/tests/scripts/manual_test_crawler.py
Show inline comments
 
@@ -30,8 +30,6 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import print_function
 

	
 
import http.cookiejar
 
import os
 
import sys
scripts/docs-headings.py
Show inline comments
 
@@ -4,8 +4,6 @@
 
Consistent formatting of rst section titles
 
"""
 

	
 
from __future__ import print_function
 

	
 
import re
 
import subprocess
 

	
scripts/generate-ini.py
Show inline comments
 
@@ -3,8 +3,6 @@
 
Based on kallithea/lib/paster_commands/template.ini.mako, generate development.ini
 
"""
 

	
 
from __future__ import print_function
 

	
 
import re
 

	
 
from kallithea.lib import inifile
scripts/logformat.py
Show inline comments
 
#!/usr/bin/env python3
 

	
 
from __future__ import print_function
 

	
 
import re
 
import sys
 

	
0 comments (0 inline, 0 general)