Merge lp:~barry/lazr.config/bug-309859 into lp:~launchpad-pqm/lazr.config/devel

Proposed by Barry Warsaw
Status: Merged
Merged at revision: not available
Proposed branch: lp:~barry/lazr.config/bug-309859
Merge into: lp:~launchpad-pqm/lazr.config/devel
To merge this branch: bzr merge lp:~barry/lazr.config/bug-309859
Reviewer Review Type Date Requested Status
Curtis Hovey code Pending
Review via email: mp+2516@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Barry Warsaw (barry) wrote :

This extends the ConfigSchema constructor to take an optional argument, a file-like object (must implement readline() as per RawConfigParser.readfp() docs). If given, the filename is not opened, but it is still used, and the file-like object is read from instead.

Revision history for this message
Barry Warsaw (barry) wrote :

Subscribers

People subscribed via source and target branches