8000 further py3compat cleanup · Tmusvit/winpython@a033dfc · GitHub
[go: up one dir, main page]

Skip to content

Commit a033dfc

Browse files
committed
further py3compat cleanup
1 parent af07d57 commit a033dfc

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

winpython/associate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121

2222
# Local imports
23-
# from winpython.py3compat import winreg
2423
import winreg
2524
from winpython import utils
2625

winpython/controlpanel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
# Local imports
6969
from winpython import __version__, __project_url__
7070
from winpython import wppm, associate, utils
71-
# from winpython.py3compat import getcwd, to_text_string
72-
7371

7472
COLUMNS = ACTION, CHECK, NAME, VERSION, DESCRIPTION = list(
7573
range(5)

winpython/qthelpers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353

5454
# Local import
5555
from winpython import config
56-
#from winpython.py3compat import (
57-
# is_text_string,
58-
# to_text_string,
59-
#)
6056

6157

6258
def get_icon(name):

winpython/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import io
2828

2929
# Local imports
30-
#from winpython.py3compat import winreg
3130
import winreg
3231

3332
def get_python_executable(path = None):

winpython/wppm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# Local imports
2323
from winpython import utils
2424
from winpython.config import DATA_PATH
25-
# from winpython.py3compat import configparser as cp
2625
import configparser as cp
2726

2827
# from former wppm separate script launcher

0 commit comments

Comments
 (0)
0