8000 cleanup further 2.7 compatibility · winpython/winpython@a112234 · GitHub
[go: up one dir, main page]

Skip to content

Commit a112234

Browse files
committed
cleanup further 2.7 compatibility
1 parent b25e4ea commit a112234

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

diff.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
Created on Tue Jan 29 11:56:54 2013
1111
"""
1212

13-
from __future__ import print_function, with_statement
14-
1513
import os
1614
from pathlib import Path
< 8000 /td>
1715
import re

make.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
Created on Sun Aug 12 11:17:50 2012
1111
"""
1212

13-
from __future__ import print_function
14-
1513
import os
1614
from pathlib import Path
1715
import re

test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
@author: Pierre Raybaut
1111
"""
1212

13-
from __future__ import print_function
14-
1513
import sys
1614
import os
1715
from pathlib import Path

winpython/associate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
Created on Tue Aug 21 21:46:30 2012
1111
"""
1212

13-
from __future__ import print_function
14-
1513
import sys
1614
import os
1715
from pathlib import Path

winpython/disthelpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
all platforms thanks to ``cx_Freeze``.
1717
"""
1818

19-
from __future__ import print_function
20-
2119
import sys
2220
import os
2321
from pathlib import Path

winpython/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
Created on Tue Aug 14 14:08:40 2012
1111
"""
1212

13-
from __future__ import print_function
14-
1513
import os
1614
from pathlib import Path
1715
import su 38A1 bprocess

0 commit comments

Comments
 (0)
0