diff options
Diffstat (limited to 'warmachine/connections/base.py')
| -rw-r--r-- | warmachine/connections/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/warmachine/connections/base.py b/warmachine/connections/base.py index 56ce108..8b81c14 100644 --- a/warmachine/connections/base.py +++ b/warmachine/connections/base.py | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | INITALIZED = 'Initalized' | 1 | INITALIZED = 'Initalized' |
| 2 | CONNECTED = 'Connected' | 2 | CONNECTED = 'Connected' |
| 3 | CONNECTING = 'Connecting' | ||
| 3 | 4 | ||
| 4 | 5 | ||
| 5 | class Connection(object): | 6 | class Connection(object): |