execute tests running ok
[nepi.git] / src / nepi / util / constants.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4 AF_INET = 0
5 AF_INET6 = 1
6
7 STATUS_NOT_STARTED = 0
8 STATUS_RUNNING = 1
9 STATUS_FINISHED = 2
10 STATUS_UNDETERMINED = 3