Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
007da317
Commit
007da317
authored
Jun 21, 2019
by
Hiro
🏄
Browse files
Update imports again
parent
1e1c3ab9
Changes
2
Hide whitespace changes
Inline
Side-by-side
gettor/__init__.py
View file @
007da317
...
...
@@ -9,8 +9,9 @@ the Tor Browser.
(c) 2014, all entities within the AUTHORS file
:license: see included LICENSE for information
"""
from
..gettor.utils
import
strings
import
os.path
import
sys
from
.utils
import
strings
"""
This is where version and available locales get loaded.
...
...
gettor/main.py
View file @
007da317
...
...
@@ -14,14 +14,12 @@ the Tor Browser.
This sets up GetTor and starts the servers running.
"""
import
sys
from
.utils.commons
import
log
from
.utils
import
options
from
.services
import
BaseService
from
.services.email.sendmail
import
Sendmail
def
run
(
gettor
,
app
):
"""
This is GetTor's main entry point and main runtime loop.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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