Skip to content

Commit

Permalink
- Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jun 30, 2024
1 parent ef79fe8 commit 37cc936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dizqueTV/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
from dizqueTV.models import PlexServer
from dizqueTV.plex_utils import PlexUtils

from ._info import (__author__, __author_email__, __copyright__, __license__,
__version__)
from ._info import __version__
1 change: 1 addition & 0 deletions dizqueTV/_info.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__analytics_id__ = "UA-174268200-3"
__version__ = 'VERSIONADDEDBYGITHUB'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

import setuptools

__version__ = 'VERSIONADDEDBYGITHUB'
from dizqueTV._info import __version__


__title__ = "dizqueTV"
__author__ = 'Nate Harris'
Expand Down

0 comments on commit 37cc936

Please sign in to comment.