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

16 lines
263 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