Skip to content

Commit

Permalink
MythArchive: Update the script to look for the fonts in the new locat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Paul Harrison committed Dec 6, 2010
1 parent 5bf5f50 commit 26761ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythplugins/mytharchive/mythburn/scripts/mythburn.py
Expand Up @@ -38,7 +38,7 @@
#****************************************************************************** #******************************************************************************


# version of script - change after each update # version of script - change after each update
VERSION="0.1.20101006-1" VERSION="0.1.20101206-1"


# keep all temporary files for debugging purposes # keep all temporary files for debugging purposes
# set this to True before a first run through when testing # set this to True before a first run through when testing
Expand Down Expand Up @@ -400,7 +400,7 @@ def getThemeFile(theme,file):
# Returns the path where we can find our fonts # Returns the path where we can find our fonts


def getFontPathName(fontname): def getFontPathName(fontname):
return os.path.join(sharepath, fontname) return os.path.join(sharepath, "fonts", fontname)


############################################################# #############################################################
# Creates a file path where the temp files for a video file can be created # Creates a file path where the temp files for a video file can be created
Expand Down

0 comments on commit 26761ab

Please sign in to comment.