mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
Merge pull request #1124 from nyuszika7h/print-function
Add missing future imports for print_function
This commit is contained in:
commit
9d93bc6991
@ -28,6 +28,8 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from supybot.test import *
|
||||
|
||||
class MathTestCase(PluginTestCase):
|
||||
|
@ -27,6 +27,8 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import time
|
||||
|
||||
from supybot.test import *
|
||||
|
@ -30,6 +30,8 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import supybot
|
||||
|
||||
import os
|
||||
|
@ -30,6 +30,8 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user