Fix for a missing submodule in the top-level 'freestyle' module package.

Reported by flokkievids, thanks!
This commit is contained in:
Tamito Kajiyama
2013-12-05 22:26:37 +00:00
parent 54e9016770
commit 8ab3cf1db0

View File

@@ -18,4 +18,4 @@
# module members
from _freestyle import Operators
from . import chainingiterators, functions, predicates, types, utils
from . import chainingiterators, functions, predicates, shaders, types, utils