16 lines
263 B
Python
16 lines
263 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
wakatime.constants
|
||
|
~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
Constant variable definitions.
|
||
|
|
||
|
:copyright: (c) 2016 Alan Hamlett.
|
||
|
:license: BSD, see LICENSE for more details.
|
||
|
"""
|
||
|
|
||
|
|
||
|
SUCCESS = 0
|
||
|
API_ERROR = 102
|
||
|
CONFIG_FILE_PARSE_ERROR = 103
|