InheritablePropery→_util.InheritableProperty
parent
c7a4845ce4
commit
8afd189d36
|
@ -101,7 +101,6 @@ import threading
|
|||
|
||||
from _parsers import _fix_unsafe, _sanitise, _is_allowed, _sanitise_list
|
||||
from _parsers import _check_preferences
|
||||
from _util import InheritableProperty
|
||||
from _util import _conf, _is_list_or_tuple, _is_stream
|
||||
from _util import _make_binary_stream
|
||||
from _util import log
|
||||
|
@ -378,7 +377,7 @@ class GPGBase(object):
|
|||
log.info("Setting homedir to '%s'" % hd)
|
||||
self._homedir = hd
|
||||
|
||||
homedir = InheritableProperty(_homedir_getter, _homedir_setter)
|
||||
homedir = _util.InheritableProperty(_homedir_getter, _homedir_setter)
|
||||
|
||||
|
||||
class GPG(GPGBase):
|
||||
|
|
Loading…
Reference in New Issue