ipachangeconf: Remove reference to an old-style interface

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Tomas Babej 2015-11-10 16:56:31 +01:00
parent bca9371d8e
commit f05846e267

View File

@ -509,7 +509,6 @@ class IPAChangeConf:
# file is a path
# options is a set of dictionaries in the form:
# [{'name': 'foo', 'value': 'bar', 'action': 'set/comment'}]
# section is a section name like 'global'
def newConf(self, file, options):
autosection = False
savedsection = None