All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Asleson <tasleson@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - Fix import of utils from lvmdbusd.cfg
Date: Wed, 22 Mar 2023 03:42:52 +0000 (GMT)	[thread overview]
Message-ID: <20230322034252.D08333858D38@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=d6f8f59239c65a7f1f9be1d24bf9ba02cfee5b0e
Commit:        d6f8f59239c65a7f1f9be1d24bf9ba02cfee5b0e
Parent:        238e3777777e1e75b388d8e05f9c1212aa4d1eed
Author:        Adam Williamson <awilliam@redhat.com>
AuthorDate:    Tue Mar 21 11:46:54 2023 -0700
Committer:     Tony Asleson <tasleson@redhat.com>
CommitterDate: Tue Mar 21 22:42:25 2023 -0500

Fix import of utils from lvmdbusd.cfg

Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
 daemons/lvmdbusd/cfg.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemons/lvmdbusd/cfg.py b/daemons/lvmdbusd/cfg.py
index 9da4b1267..9f4360100 100644
--- a/daemons/lvmdbusd/cfg.py
+++ b/daemons/lvmdbusd/cfg.py
@@ -11,7 +11,7 @@ import os
 import multiprocessing
 import queue
 import itertools
-from utils import LvmDebugData
+from lvmdbusd.utils import LvmDebugData
 
 from lvmdbusd import path
 


             reply	other threads:[~2023-03-22  3:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22  3:42 Tony Asleson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-22 12:44 main - Fix import of utils from lvmdbusd.cfg Tony Asleson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230322034252.D08333858D38@sourceware.org \
    --to=tasleson@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.