Added __init__ files to all directories and changed the directories at import in app.py to reflect the changes to the dir hierarchy

This commit is contained in:
2017-02-08 20:20:19 +01:00
parent c17ab40f6a
commit e7f806655d
12 changed files with 9751 additions and 5 deletions

0
__init__.py Normal file
View File

10
app.py
View File

@@ -10,12 +10,12 @@ import requests
from werkzeug.security import generate_password_hash, \
check_password_hash
from diskusage import diskUsage
from uptime import timeSinceBoot
from cpuTemp import getCpuTemp
from tmdb import tmdbSearch
from status.diskusage import diskUsage
from status.uptime import timeSinceBoot
from status.cpuTemp import getCpuTemp
from plex.tmdb import tmdbSearch
from plexMovies import getSpecificMovieInfo
from plex.plexMovies import getSpecificMovieInfo
app = Flask(__name__, static_url_path = "")
auth = HTTPBasicAuth()

0
plex/__init__.py Normal file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
status/__init__.py Normal file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

9746
xmlMovieLib.xml Normal file

File diff suppressed because it is too large Load Diff