From c5d5b2d6fa85d2033253afea55aa425262f26f12 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Mon, 23 Apr 2018 13:22:29 +0200 Subject: [PATCH] Rename telethon.py -> uniborg.py --- uniborg/__init__.py | 2 +- uniborg/{telethon.py => uniborg.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename uniborg/{telethon.py => uniborg.py} (100%) diff --git a/uniborg/__init__.py b/uniborg/__init__.py index 047b60a..8b0c74d 100644 --- a/uniborg/__init__.py +++ b/uniborg/__init__.py @@ -2,4 +2,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -from .telethon import * +from .uniborg import * diff --git a/uniborg/telethon.py b/uniborg/uniborg.py similarity index 100% rename from uniborg/telethon.py rename to uniborg/uniborg.py