Skip to content

Rcparam ng proposal (don't merge) #2637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Move configuration class
  • Loading branch information
tonysyu committed Jan 17, 2014
commit fb1fdf75d9512e888f7a56e62110b0a5cb1ed8fa
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def string_to_class(klass):
return last_level


class RcParamsNG(object):
class MPLConfig(object):
"""
A class for keeping track of default values
"""
Expand Down Expand Up @@ -250,7 +250,7 @@ def to_json(self, out_file_path):
@classmethod
def from_json(cls, in_file_path):
"""
Creates a new RcParamsNG object from a json file. (see
Creates a new MPLConfig object from a json file. (see
`to_json` to dump to json).

Parameters
Expand Down