Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
40589f08
Commit
40589f08
authored
Feb 07, 2020
by
Cecylia Bocovich
Browse files
Removed unused imports
parent
c2930fe3
Changes
10
Hide whitespace changes
Inline
Side-by-side
gettor/parse/email.py
View file @
40589f08
...
...
@@ -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
):
...
...
gettor/parse/twitter.py
View file @
40589f08
...
...
@@ -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
...
...
gettor/services/email/sendmail.py
View file @
40589f08
...
...
@@ -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
...
...
gettor/services/twitter/twitterdm.py
View file @
40589f08
...
...
@@ -12,7 +12,6 @@
from
__future__
import
absolute_import
import
gettext
import
hashlib
import
json
import
time
...
...
gettor/utils/blacklist.py
View file @
40589f08
...
...
@@ -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
...
...
gettor/utils/commons.py
View file @
40589f08
...
...
@@ -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
...
...
gettor/utils/options.py
View file @
40589f08
...
...
@@ -9,8 +9,6 @@ the Tor Browser.
:license: see included LICENSE for information
"""
import
argparse
from
.settings
import
Settings
from
.
import
strings
...
...
gettor/utils/settings.py
View file @
40589f08
...
...
@@ -12,10 +12,6 @@ the Tor Browser.
import
json
import
os
import
platform
import
locale
from
twisted.python
import
log
from
.
import
strings
...
...
gettor/utils/strings.py
View file @
40589f08
...
...
@@ -11,7 +11,6 @@ the Tor Browser.
"""
import
json
import
locale
import
os
import
inspect
...
...
gettor/web/http.py
View file @
40589f08
...
...
@@ -20,7 +20,6 @@ import configparser
from
time
import
gmtime
,
strftime
import
core
import
utils
"""
GetTor RESTful API
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment