mirror of
https://github.com/torproject/gettor.git
synced 2024-12-04 08:37:38 +00:00
Removed unused imports
This commit is contained in:
parent
c2930fe339
commit
40589f08d6
@ -24,10 +24,8 @@ from email.utils import parseaddr
|
||||
|
||||
from twisted.python import log
|
||||
from twisted.internet import defer
|
||||
from twisted.enterprise import adbapi
|
||||
|
||||
from ..utils.db import SQLite3
|
||||
from ..utils import strings
|
||||
from ..utils import validate_email
|
||||
|
||||
class AddressError(Exception):
|
||||
|
@ -21,7 +21,6 @@ import configparser
|
||||
|
||||
from twisted.python import log
|
||||
from twisted.internet import defer
|
||||
from twisted.enterprise import adbapi
|
||||
|
||||
from ..utils.db import SQLite3
|
||||
from ..utils import strings
|
||||
|
@ -12,12 +12,9 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import gettext
|
||||
import hashlib
|
||||
|
||||
import configparser
|
||||
from email import encoders
|
||||
from email import mime
|
||||
from email.mime.text import MIMEText
|
||||
|
||||
from twisted.internet import defer
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import gettext
|
||||
import hashlib
|
||||
import json
|
||||
import time
|
||||
|
@ -11,9 +11,7 @@
|
||||
# :license: This is Free Software. See LICENSE for license information.
|
||||
|
||||
import os
|
||||
import time
|
||||
import logging
|
||||
import sqlite3
|
||||
import datetime
|
||||
import configparser
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
# :license: This is Free Software. See LICENSE for license information.
|
||||
|
||||
from twisted.logger import Logger
|
||||
from twisted.enterprise import adbapi
|
||||
from twisted.application import internet
|
||||
|
||||
# Define an application logger
|
||||
|
@ -9,8 +9,6 @@ the Tor Browser.
|
||||
:license: see included LICENSE for information
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
||||
from .settings import Settings
|
||||
from . import strings
|
||||
|
||||
|
@ -12,10 +12,6 @@ the Tor Browser.
|
||||
|
||||
import json
|
||||
import os
|
||||
import platform
|
||||
import locale
|
||||
|
||||
from twisted.python import log
|
||||
|
||||
from . import strings
|
||||
|
||||
|
@ -11,7 +11,6 @@ the Tor Browser.
|
||||
"""
|
||||
|
||||
import json
|
||||
import locale
|
||||
import os
|
||||
import inspect
|
||||
|
||||
|
@ -20,7 +20,6 @@ import configparser
|
||||
from time import gmtime, strftime
|
||||
|
||||
import core
|
||||
import utils
|
||||
|
||||
"""
|
||||
GetTor RESTful API
|
||||
|
Loading…
Reference in New Issue
Block a user