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
The Tor Project
Anti-censorship
GetTor Project
gettor
Commits
2378e110
Commit
2378e110
authored
Jul 01, 2014
by
ilv
Browse files
Added inheritance from object to class Core. Deleted some extra spaces too.
parent
2121889d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/gettor.py
View file @
2378e110
...
...
@@ -31,7 +31,6 @@ import ConfigParser
class
SingleLevelFilter
(
logging
.
Filter
):
"""
Filter logging levels to create separated logs.
...
...
@@ -60,8 +59,7 @@ class SingleLevelFilter(logging.Filter):
return
(
record
.
levelno
==
self
.
passlevel
)
class
Core
:
class
Core
(
object
):
"""
Gets links from providers and delivers them to other modules.
...
...
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