bugfix: make 'macros' module available for nimscript

This commit is contained in:
Andreas Rumpf
2017-11-14 23:26:35 +01:00
parent c6471b8f72
commit abec8823aa
2 changed files with 4 additions and 3 deletions

View File

@@ -21,5 +21,6 @@ import subexes
import tables
import unicode
import uri
import macros
echo "Nimscript imports are successful."