aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/tor.py
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-15 22:11:53 +0200
committerficus <ficus@robocracy.org>2012-09-15 22:11:53 +0200
commit57a1e70dee45f5cd9493d6d23f8fc7b6435d5388 (patch)
tree24665ec2db4fcafb3b9890d2ac3c06d32f51569c /helpers/tor.py
parent22c3233245584dd4b20a8b654f421d766688f3d1 (diff)
downloadtui-57a1e70dee45f5cd9493d6d23f8fc7b6435d5388.tar.gz
tui-57a1e70dee45f5cd9493d6d23f8fc7b6435d5388.zip
code style
Diffstat (limited to 'helpers/tor.py')
-rw-r--r--helpers/tor.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/tor.py b/helpers/tor.py
index d639ce2..ef585c5 100644
--- a/helpers/tor.py
+++ b/helpers/tor.py
@@ -3,13 +3,16 @@ Helper code for interacting with Tor and modifying the Tor system
configuration.
"""
+
def get_tor_status():
d = dict()
d['state'] = 'DISABLED'
return d
+
def get_tor_settings():
return dict()
+
def save_tor_settings():
pass