futureized tests
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
from statements import *
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .statements import *
|
||||
|
||||
nu = datetime.datetime.now()
|
||||
|
||||
@@ -211,7 +216,7 @@ class WorkoutViewTest(TestCase):
|
||||
'userid':self.u.id,
|
||||
'id':encoder.encode_hex(self.werg1.id),
|
||||
})
|
||||
print url
|
||||
print(url)
|
||||
|
||||
form_data = {
|
||||
'xparam':'time',
|
||||
|
||||
Reference in New Issue
Block a user