Move into a module
parent
d8d982f95d
commit
a5d5f4df1e
|
@ -38,13 +38,16 @@ import libarchive
|
|||
import xattr
|
||||
import posix1e
|
||||
import blkid
|
||||
from filesystem import *
|
||||
from disk import *
|
||||
from ntfs import *
|
||||
import re
|
||||
import uuid
|
||||
from tqdm import tqdm
|
||||
from kernel import parse_kernel_cmdline
|
||||
|
||||
|
||||
from GitLib.filesystem import *
|
||||
from GitLib.disk import *
|
||||
from GitLib.ntfs import *
|
||||
from GitLib.kernel import parse_kernel_cmdline
|
||||
|
||||
|
||||
#import requests
|
||||
|
|
@ -6,7 +6,7 @@ import json
|
|||
import blkid
|
||||
import time
|
||||
|
||||
from ntfs import *
|
||||
from GitLib.ntfs import *
|
||||
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ import NetLib
|
|||
|
||||
|
||||
|
||||
from gitlib import OpengnsysGitLibrary, NTFSImplementation, OgProgressPrinterWeb
|
||||
from GitLib import OpengnsysGitLibrary, NTFSImplementation, OgProgressPrinterWeb
|
||||
|
||||
|
||||
def create_image(disk_num, partition_num, repo, image_name, tagName):
|
||||
|
|
|
@ -43,7 +43,7 @@ import NetLib
|
|||
|
||||
|
||||
|
||||
from gitlib import OpengnsysGitLibrary, NTFSImplementation, OgProgressPrinterWeb
|
||||
from GitLib import OpengnsysGitLibrary, NTFSImplementation, OgProgressPrinterWeb
|
||||
|
||||
|
||||
def commit_image(disk_num, partition_num, repo, image_name, msg):
|
||||
|
|
|
@ -39,7 +39,7 @@ import ogGlobals
|
|||
import SystemLib
|
||||
import DiskLib
|
||||
|
||||
from gitlib import OpengnsysGitLibrary, NTFSImplementation, OgProgressPrinterWeb
|
||||
from GitLib import OpengnsysGitLibrary, NTFSImplementation, OgProgressPrinterWeb
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) < 6:
|
||||
|
|
Loading…
Reference in New Issue