Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Revert "convert to static method"
Browse files Browse the repository at this point in the history
This reverts commit eda09b8.
  • Loading branch information
ruleant committed May 18, 2016
1 parent eda09b8 commit 36f05e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtimetrend/settings.py
Expand Up @@ -191,7 +191,7 @@ def load_config_file(self, config_file):
keen.master_key = config["keen"]["master_key"]
return True

def load_config_ini_file(config_file="config.ini"):
def load_config_ini_file(self, config_file="config.ini"):
"""
Load settings from a config file, using objconfig.
Expand Down

0 comments on commit 36f05e2

Please sign in to comment.