aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/tor.py
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-15 22:50:14 +0200
committerficus <ficus@robocracy.org>2012-09-15 22:50:14 +0200
commitced83335a5a338cb9c24956b96da526465d94df8 (patch)
treeb345cd21dfcbb9e660aceb2433c92bd50848938f /helpers/tor.py
parent57a1e70dee45f5cd9493d6d23f8fc7b6435d5388 (diff)
downloadtui-ced83335a5a338cb9c24956b96da526465d94df8.tar.gz
tui-ced83335a5a338cb9c24956b96da526465d94df8.zip
refactor to distributable format
Diffstat (limited to 'helpers/tor.py')
-rw-r--r--helpers/tor.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/helpers/tor.py b/helpers/tor.py
deleted file mode 100644
index ef585c5..0000000
--- a/helpers/tor.py
+++ /dev/null
@@ -1,18 +0,0 @@
-"""
-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