X Tutup
Skip to content

Commit ebe19cc

Browse files
committed
Remove encoding header
1 parent bebcdb3 commit ebe19cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+0
-124
lines changed

bpdb/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2008 Bob Farrell

bpdb/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2013 Sebastian Ramacher

bpdb/debugger.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2008 Bob Farrell

bpython/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2015 Sebastian Ramacher

bpython/_internal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
import pydoc
42
import sys
53

bpython/_py3compat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2012 the bpython authors.

bpython/args.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
"""
42
Module to handle command line argument parsing, for all front-ends.
53
"""

bpython/autocomplete.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2009-2015 the bpython authors.

bpython/clipboard.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
# The MIT License
42
#
53
# Copyright (c) 2015 Sebastian Ramacher

bpython/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
31
import os
42
import sys
53
import locale

0 commit comments

Comments
 (0)
X Tutup