Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
iw4p committed Sep 30, 2020
1 parent 216770d commit b72d615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
# This call to setup() does all the work
setup(
name="telegram-cloud",
version="1.1.5",
version="1.2.0",
description="Download and upload files via telegram up to 1.5GB, CLI",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions telegramcloud/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 8,10 @@
fetch_app_data,
directory
)
from utils.args import (
from .utils.args import (
tgcloud_args
)
from utils.utils import (
from .utils.utils import (
target_username_handler,
session_retriever
)
Expand Down

0 comments on commit b72d615

Please sign in to comment.