Fix bug: imported removed module

import * would fail, because of a listed module that was removed.
master
Salvo 'LtWorf' Tomaselli 2015-09-09 15:13:44 +07:00
parent c6d6bbfeaf
commit d8db1858ae
1 changed files with 0 additions and 2 deletions

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