mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
I got a fever and the only cure is more import fixes
This commit is contained in:
@@ -11,6 +11,8 @@ Part of the drive sub-package, extracted from drive.py."""
|
||||
import re
|
||||
import sys
|
||||
|
||||
from gam.cmd.drive.core import DFA_SEARCHARGS
|
||||
|
||||
from gam.cmd.drive.copymove.copymove_util import _checkForDuplicateTargetFile, _checkForExistingShortcut, _copyPermissions, _getCopyFolderNonInheritedPermissions, _getCopyMoveParentInfo, _getCopyMoveTargetInfo, _getUniqueFilename, _identicalSourceTarget, _printStatistics, _targetFilenameExists, _verifyUserIsOrganizer, getCopyMoveOptions, initCopyMoveOptions
|
||||
|
||||
from gamlib import glaction
|
||||
|
||||
@@ -10,6 +10,8 @@ Part of the drive sub-package, extracted from drive.py."""
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
||||
from gam.cmd.drive.core import DFA_IGNORE_DEFAULT_VISIBILITY, DFA_KEEP_REVISION_FOREVER, DFA_SEARCHARGS
|
||||
import os
|
||||
|
||||
from gamlib import glaction
|
||||
|
||||
@@ -7,7 +7,7 @@ Part of the drive sub-package, extracted from drive.py."""
|
||||
import re
|
||||
import sys
|
||||
|
||||
from gam.cmd.drive.core import _getDriveFileAddRemoveParentInfo, _getDriveFileParentInfo, _validateUserGetFileIDs, escapeDriveFileName, getDriveFileAddRemoveParentAttribute, getDriveFileAttribute, getDriveFileEntity, getDriveFileParentAttribute, getMediaBody, initDriveFileAttributes, setPreservedFileTimes
|
||||
from gam.cmd.drive.core import DFA_IGNORE_DEFAULT_VISIBILITY, DFA_KEEP_REVISION_FOREVER, DFA_LOCALFILENAME, DFA_LOCALFILEPATH, DFA_LOCALMIMETYPE, DFA_OCRLANGUAGE, DFA_PARENTID, DFA_PRESERVE_FILE_TIMES, DFA_REPLACEFILENAME, DFA_SHAREDDRIVE_PARENT, DFA_STRIPNAMEPREFIX, DFA_TIMEFORMAT, DFA_TIMESTAMP, DFA_URL, DFA_USE_CONTENT_AS_INDEXABLE_TEXT, _getDriveFileAddRemoveParentInfo, _getDriveFileParentInfo, _validateUserGetFileIDs, escapeDriveFileName, getDriveFileAddRemoveParentAttribute, getDriveFileAttribute, getDriveFileEntity, getDriveFileParentAttribute, getMediaBody, initDriveFileAttributes, setPreservedFileTimes
|
||||
from gam.cmd.drive.fileinfo import writeReturnIdLink
|
||||
import time
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import re
|
||||
import json
|
||||
import sys
|
||||
|
||||
from gam.cmd.drive.core import _validateUserGetFileIDs, getDriveFileEntity
|
||||
from gam.cmd.drive.core import DFA_PARENTID, DFA_PARENTQUERY, _validateUserGetFileIDs, getDriveFileEntity
|
||||
import os
|
||||
import time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user