Fix bug: imported removed module

import * would fail, because of a listed module that was removed.
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-09-09 15:13:44 +02:00
parent c6d6bbfeaf
commit d8db1858ae

View File

@ -1,9 +1,7 @@
__all__ = (
"relation",
"parser",
"optimizer",
"optimizations",
"rtypes",
"parallel",
)