Skip to content

Commit

Permalink
Update test_subset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent d72f4da commit 97bebd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import autowig

import tome
prévu = tome.tome()
import time
prev = time.time()

class TemplateRender(object):

Expand Down Expand Up @@ -44,7 +44,7 @@ def execfunc(self, *args, **kwargs):
if time.time() - prev >= 300:
sys.stdout.write('.')
sys.stdout.flush()
prev = tome.tome()
prev = time.time()
return f(self, *args, **kwargs)
return execfunc

Expand Down

0 comments on commit 97bebd1

Please sign in to comment.