All of lore.kernel.org
 help / color / mirror / Atom feed
* main - Fix import of utils from lvmdbusd.cfg
@ 2023-03-22 12:44 Tony Asleson
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Asleson @ 2023-03-22 12:44 UTC (permalink / raw)
  To: lvm-devel

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
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* main - Fix import of utils from lvmdbusd.cfg
@ 2023-03-22  3:42 Tony Asleson
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Asleson @ 2023-03-22  3:42 UTC (permalink / raw)
  To: lvm-devel

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
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-22 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 12:44 main - Fix import of utils from lvmdbusd.cfg Tony Asleson
  -- strict thread matches above, loose matches on Subject: below --
2023-03-22  3:42 Tony Asleson

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.