Add deprecation warning to powerline.segments.common

This commit is contained in:
ZyX 2014-09-21 02:12:36 +04:00
parent 3c1d5c615c
commit 080e3e54a3
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
from __future__ import (unicode_literals, division, absolute_import, print_function)
# DEPRECATED MODULE. Do not add any segments below. Do not remove existing
# segments as well until next major release.
from powerline.segments.common.vcs import branch # NOQA
from powerline.segments.common.sys import cpu_load_percent # NOQA
from powerline.segments.common.sys import uptime # NOQA