vim-rana-local/plugin/packages/wakatime/constants.py

17 lines
280 B
Python
Raw Normal View History

2016-01-03 10:22:32 +00:00
# -*- 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
2016-03-06 20:47:51 +00:00
AUTH_ERROR = 104