From ed74bb2602269771021bc9f41e29fbb3992c30e0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 18 Jun 2016 04:02:29 +0300 Subject: "online periods" are called "online streaks" now --- vk/utils/tracking/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vk/utils/tracking/__init__.py') diff --git a/vk/utils/tracking/__init__.py b/vk/utils/tracking/__init__.py index 8934d94..0f9c422 100644 --- a/vk/utils/tracking/__init__.py +++ b/vk/utils/tracking/__init__.py @@ -2,7 +2,7 @@ # This file is licensed under the terms of the MIT License. # See LICENSE.txt for details. -from .online_periods import OnlinePeriodEnumerator +from .online_streaks import OnlineStreakEnumerator from .status_tracker import StatusTracker -__all__ = 'online_periods', 'status_tracker', +__all__ = 'online_streaks', 'status_tracker', -- cgit v1.2.3