examples/basic/namer: cleanup
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Wed, 4 Sep 2013 15:20:40 +0000 (17:20 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Wed, 4 Sep 2013 15:20:40 +0000 (17:20 +0200)
examples/basic/namer.py

index e722dcb4619e8c4e62003fd4576f0deda77ad392..72511679d48cfe101c2861cc93c8186a7dbb5584 100644 (file)
@@ -19,10 +19,6 @@ class Foo:
 class Bar:
        def __init__(self):
                self.sigs = gen_list(2)
-               
-class Toto:
-       def __init__(self):
-               self.sigs = gen_list(2)
 
 class Example(Module):
        def __init__(self):