~james-w/bzr-builddeb/0.14

« back to all changes in this revision

Viewing changes to config.py

  • Committer: James Westby
  • Date: 2007-01-18 18:03:05 UTC
  • Revision ID: jw+debian@jameswestby.net-20070118180305-ac0zso2lov9r7xni
  * Complete the fix by allowing None for the second argument to 
    BuildDebConfig to get default behaviour.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  ~/.bazaar/builddeb.conf, finally .bzr-builddeb/default.conf. The value is 
33
33
  taken from the first file in which it is specified."""
34
34
 
35
 
  def __init__(self, files):
 
35
  def __init__(self, files=None):
36
36
    """ 
37
37
    Creates a config to read from config files in a hierarchy.
38
38