From 5fc68a09752e47e61b0134146ff6795c7295d131 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 19 Jul 2016 23:17:51 +0300 Subject: make the terminology more consistent "Online sessions" instead of "online periods/streaks/durations", "time ranges" instead of "date ranges", etc. --- vk/tracking/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vk/tracking/__init__.py') diff --git a/vk/tracking/__init__.py b/vk/tracking/__init__.py index cfc80ea..0404094 100644 --- a/vk/tracking/__init__.py +++ b/vk/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_streaks import OnlineStreakEnumerator, Weekday +from .online_sessions import OnlineSessionEnumerator, Weekday from .status_tracker import StatusTracker -__all__ = 'online_streaks', 'status_tracker', +__all__ = 'online_sessions', 'status_tracker', -- cgit v1.2.3