On 2014-11-13 12:41, Holger Levsen wrote:
> <mapreri> | h01ger: well, is there a pythonic way to preload library? :)

we don't need it in python, we need it for the chroot ... just adding
something to the environment for the run() should do

def run(..., extra_env=[])
  ...
  if extra_env:
    env.extend(extra_env)

Chroot.run():

  eenv=None
  if eatmydata:
    eenv=...
  run(..., eenv=eenv)


Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to