Merge pull request #1124 from nyuszika7h/print-function

Add missing future imports for print_function
This commit is contained in:
Valentin Lorentz 2015-06-13 00:49:40 +02:00
commit 9d93bc6991
4 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
from __future__ import print_function
from supybot.test import *
class MathTestCase(PluginTestCase):

View File

@ -27,6 +27,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
from __future__ import print_function
import time
from supybot.test import *

View File

@ -30,6 +30,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
from __future__ import print_function
import supybot
import os

View File

@ -30,6 +30,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
from __future__ import print_function
import os
import sys