Skip to content

Commit

Permalink
Minor modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
rik0 committed Nov 21, 2012
1 parent ddb03ab commit 95b5073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynetsym/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from traits.api import List
from traits.api import true
from traits.api import false
from traits.trait_types import Instance
from traits.api import Instance

from pynetsym import addressing
from pynetsym import graph
Expand Down Expand Up @@ -49,7 +49,7 @@ class Activator(core.Agent):
implementations.
"""
name = 'activator'
activator_options = {}
activator_options = {'graph'}

def __init__(self, graph, **additional_arguments):
activator_options = gather_from_ancestors(
Expand Down

0 comments on commit 95b5073

Please sign in to comment.