Skip to content

Commit

Permalink
fjernet unødig import
Browse files Browse the repository at this point in the history
  • Loading branch information
kvalle committed Mar 16, 2012
1 parent 80ee354 commit b678768
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/example.py
@@ -1,5 +1,3 @@
import time

from net.grinder.script.Grinder import grinder from net.grinder.script.Grinder import grinder
from net.grinder.script import Test from net.grinder.script import Test


Expand All @@ -12,7 +10,7 @@ class TestRunner:


def __init__(self): def __init__(self):
self.test = Test(1, "test description").wrap(some_function) self.test = Test(1, "test description").wrap(some_function)

def __call__(self): def __call__(self):
self.test() self.test()


0 comments on commit b678768

Please sign in to comment.