mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
I want the import
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import googleapiclient.http
|
||||||
import hashlib
|
import hashlib
|
||||||
import copy
|
import copy
|
||||||
import base64
|
import base64
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ Part of the drive sub-package, extracted from drive.py."""
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import googleapiclient.http
|
||||||
import mimetypes
|
import mimetypes
|
||||||
import platform
|
import platform
|
||||||
import io
|
import io
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ import re
|
|||||||
import json
|
import json
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import googleapiclient.http
|
||||||
|
|
||||||
from gam.cmd.drive.core import DFA_PARENTID, DFA_PARENTQUERY, _validateUserGetFileIDs, getDriveFileEntity
|
from gam.cmd.drive.core import DFA_PARENTID, DFA_PARENTQUERY, _validateUserGetFileIDs, getDriveFileEntity
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ Part of the _gmail_monolith sub-package."""
|
|||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import googleapiclient.errors
|
||||||
|
import googleapiclient.http
|
||||||
|
|
||||||
from gam.util.csv_pf import RI_ENTITY, RI_I, RI_COUNT, RI_J, RI_JCOUNT, RI_ITEM
|
from gam.util.csv_pf import RI_ENTITY, RI_I, RI_COUNT, RI_J, RI_JCOUNT, RI_ITEM
|
||||||
from gam.cmd.gmail.labels import _getUserGmailLabels, _initLabelNameMap, _convertLabelNamesToIds, MESSAGES_MAX_TO_KEYWORDS
|
from gam.cmd.gmail.labels import _getUserGmailLabels, _initLabelNameMap, _convertLabelNamesToIds, MESSAGES_MAX_TO_KEYWORDS
|
||||||
import io
|
import io
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
import re
|
import re
|
||||||
import json
|
import json
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import googleapiclient.http
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from gamlib import glaction
|
from gamlib import glaction
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ Part of the _userop_tmp sub-package."""
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import googleapiclient.http
|
||||||
import base64
|
import base64
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user