Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
8ec87d34
Commit
8ec87d34
authored
Dec 22, 2017
by
Wolfgang Rohdewald
Browse files
__future__ for print not needed anymore
parent
2d4096ff
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/common.py
View file @
8ec87d34
...
...
@@ -7,8 +7,6 @@ SPDX-License-Identifier: GPL-2.0
"""
from
__future__
import
print_function
from
collections
import
defaultdict
import
datetime
import
sys
...
...
src/kajonggtest.py
View file @
8ec87d34
...
...
@@ -8,8 +8,6 @@ SPDX-License-Identifier: GPL-2.0
"""
from
__future__
import
print_function
import
signal
import
os
import
sys
...
...
src/scoringtest.py
View file @
8ec87d34
...
...
@@ -8,8 +8,6 @@ SPDX-License-Identifier: GPL-2.0
"""
from
__future__
import
print_function
import
unittest
from
common
import
Debug
# pylint: disable=unused-import
...
...
src/tile.py
View file @
8ec87d34
...
...
@@ -7,8 +7,6 @@ SPDX-License-Identifier: GPL-2.0
"""
from
__future__
import
print_function
from
log
import
logException
from
mi18n
import
i18n
,
i18nc
from
common
import
IntDict
,
StrMixin
...
...
src/tilesource.py
View file @
8ec87d34
...
...
@@ -7,8 +7,6 @@ SPDX-License-Identifier: GPL-2.0
"""
from
__future__
import
print_function
class
TileSource
:
"""
some constants
...
...
src/util.py
View file @
8ec87d34
...
...
@@ -10,7 +10,6 @@ SPDX-License-Identifier: GPL-2.0
# util must not import from log because util should not
# depend on kde.py
from
__future__
import
print_function
import
traceback
import
os
import
datetime
...
...
src/wind.py
View file @
8ec87d34
...
...
@@ -7,8 +7,6 @@ SPDX-License-Identifier: GPL-2.0
"""
from
__future__
import
print_function
# pylint: disable=invalid-name
class
Wind
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment