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