update matter imports

This commit is contained in:
Sławomir Nizio
2018-11-26 20:15:36 +01:00
parent 321d59614f
commit 3e74fa847c
9 changed files with 23 additions and 20 deletions

View File

@@ -21,3 +21,6 @@ sys.modules['_entropy.magneto'] = magneto
import eit
sys.modules['_entropy.eit'] = eit
import matter
sys.modules['_entropy.matter'] = matter

View File

@@ -33,6 +33,7 @@ mod_paths = (
"server",
"lib",
"magneto/src",
"matter",
"entropy_path_loader/compat"
)