Skip to content

Commit

Permalink
Update default_controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent e215e90 commit 491158d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/py/autowig/default_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
VariableProxy,
ClassTemplatePartialSpecializationProxy)

__all__ = ['refactoring', 'cleaning']
from ._conterller import refactoring, clean

__all__ = []

def default_controller(asg, **kwargs):
"""Post-processing step of an AutoWIG front-end
Expand Down

0 comments on commit 491158d

Please sign in to comment.