Skip to content

Commit

Permalink
Update _node_rename.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 0761623 commit 99344e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/py/autowig/_node_rename.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from pkgtk.plugin import PluginManager

from .tools import camel_case_to_lower, to_camel_case, camel_case_to_upper
from .asg import (FunctionProxy,
VariableProxy,
Expand All @@ -11,6 +13,9 @@

__all__ = []

node_rename = PluginManager('autowig.node_rename', brief="",
details="")

PYTHON_OPERATOR = dict()
PYTHON_OPERATOR['+'] = '__add__'
PYTHON_OPERATOR['++'] = '__next__'
Expand Down

0 comments on commit 99344e6

Please sign in to comment.