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