-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SYS-491 forecast module disabled, not working in python3
- Loading branch information
1 parent
3e448ab
commit 2977de6
Showing
5 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
############################################################################### | ||
# $Id: skin.conf,v 1.6 2015/01/26 21:45:53 root Exp $ | ||
# Copyright (c) 2015 Rich Braun <[email protected]> # | ||
# Copyright (c) 2020 Rich Braun <[email protected]> # | ||
# Copyright (c) 2010 Tom Keffer <[email protected]> # | ||
# WeeGreen SKIN CONFIGURATION FILE adapted from Standard skin # | ||
|
||
|
@@ -241,7 +240,7 @@ | |
# which files are to be generated from which template. | ||
|
||
# Forecasting | ||
search_list_extensions = user.forecast.ForecastVariables | ||
# search_list_extensions = user.forecast.ForecastVariables | ||
|
||
# Possible encodings are 'html_entities', 'utf8', or 'strict_ascii' | ||
encoding = html_entities | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters