Skip to content

Commit

Permalink
Fixed smells reported by Landscape.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lehmann authored and Patrick Lehmann committed Dec 15, 2016
1 parent a0a4bc9 commit 9f3e513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/ToolChain/Aldec/RivieraPRO.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
'VHDLLibraryTool',
'VHDLCompiler',
'VHDLSimulator',
'RivieraPROVLibFilter',
'RivieraPROVComFilter',
'RivieraPROVSimFilter'
'VLibFilter',
'VComFilter',
'VSimFilter'
]
__all__ = __api__

Expand Down

0 comments on commit 9f3e513

Please sign in to comment.