diff options
author | Papoteur <papoteur@mageia.org> | 2018-10-09 16:20:41 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-10-09 16:20:41 +0200 |
commit | 53932323318f17bcc6e1af85f8770f09f57da2c4 (patch) | |
tree | 3702128282bee1f747d02530fc399f1aa2ee4f28 /backend/magiback | |
parent | eeb0a6b1408eb4e91dd3756342264bcf3b4680f6 (diff) | |
download | isodumper-53932323318f17bcc6e1af85f8770f09f57da2c4.tar isodumper-53932323318f17bcc6e1af85f8770f09f57da2c4.tar.gz isodumper-53932323318f17bcc6e1af85f8770f09f57da2c4.tar.bz2 isodumper-53932323318f17bcc6e1af85f8770f09f57da2c4.tar.xz isodumper-53932323318f17bcc6e1af85f8770f09f57da2c4.zip |
Correction of raw_write import
Diffstat (limited to 'backend/magiback')
-rwxr-xr-x | backend/magiback | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/magiback b/backend/magiback index 26d997b..f5c58a7 100755 --- a/backend/magiback +++ b/backend/magiback @@ -2,7 +2,7 @@ from gi.repository import GLib from pydbus import SystemBus -import raw_write +import isodumper.raw_write as raw_write import threading DEAMON_ORG = 'org.mageia.Magiback' |