Revision b4368e33 kamaki/clients/commissioning/__init__.py

b/kamaki/clients/commissioning/__init__.py
33 33

  
34 34

  
35 35
# Import general commission framework
36
from .exception         import (CallError, CorruptedError, InvalidDataError,
37
                                ReturnButFail,
38
				register_exception, register_exceptions)
36
from kamaki.clients.commissioning.exception import (
37
    CallError,
38
    CorruptedError,
39
    InvalidDataError,
40
    ReturnButFail,
41
    register_exception,
42
    register_exceptions)
39 43

  
40
from .callpoint         import  Callpoint, mkcallargs
44
from kamaki.clients.commissioning.callpoint import (
45
    Callpoint,
46
    mkcallargs)
41 47

  
42
from .specificator      import (Specificator, SpecifyException,
43
                                Canonifier, CanonifyException,
44
                                Canonical,
45
                                Null, Nothing, Integer, Serial,
46
                                Text, Bytes, Tuple, ListOf, Dict, Args)
48
from kamaki.clients.commissioning.specificator import (
49
    Specificator,
50
    SpecifyException,
51
    Canonifier,
52
    CanonifyException,
53
    Canonical,
54
    Null,
55
    Nothing,
56
    Integer,
57
    Serial,
58
    Text,
59
    Bytes,
60
    Tuple,
61
    ListOf,
62
    Dict,
63
    Args)
47 64

  
48 65
# Import standard implementations?

Also available in: Unified diff