Not sure if it's correct to place suggestions... But if collective imports from a directory could be nested it were more consistent in my opinion.
As of Nim 0.19.0
import
mocknim/[ # <-- it works
name,
procedure/procedure,
module/[ # <-- it doesn't word
directory,
module
]
]