jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Fix issue #26 and a problem where imported modules had a period #31

Closed woehr closed 8 years ago

woehr commented 8 years ago

Without a prefix, the imports would have an extra period as below:

import .Include.Path.ModName