From ced83335a5a338cb9c24956b96da526465d94df8 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 15 Sep 2012 22:50:14 +0200 Subject: refactor to distributable format --- helpers/tor.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 helpers/tor.py (limited to 'helpers/tor.py') 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 -- cgit v1.2.3