Added support for (De)Activation of pages and added a better error for
missing nodes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .connection import Connection
|
||||
from .connection import Connection, CrxException, CrxNodeNotFound
|
||||
from .simplenode import SimpleNode
|
||||
from .util import get_simple_con
|
||||
|
||||
__version__ = (1, 0, 0, 0)
|
||||
|
||||
__all__ = ["Connection", "SimpleNode", "get_simple_con"]
|
||||
__all__ = ["Connection", "CrxException", "CrxNodeNotFound", "SimpleNode", "get_simple_con"]
|
||||
|
||||
Reference in New Issue
Block a user