From 932ac0417e02238db9ee78f0f77a0fe19c818f50 Mon Sep 17 00:00:00 2001 From: EliterScripts Date: Wed, 10 Apr 2019 00:43:02 -0700 Subject: [PATCH] got rid of irrelevant stuff. --- management/announce_check.py | 7 ------- management/pullAnnouncements.py | 5 ----- setup/agreement.py | 1 - setup/questions.sh | 6 +----- 4 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 management/announce_check.py delete mode 100644 management/pullAnnouncements.py diff --git a/management/announce_check.py b/management/announce_check.py deleted file mode 100644 index bb5f0fbf..00000000 --- a/management/announce_check.py +++ /dev/null @@ -1,7 +0,0 @@ -import subprocess - -def download_announcements( ignorePrivacy=False ): - if( (ignorePrivacy == True) or ( ) ): - f = - - subprocess.call("pullAnnouncements.sh", shell=True) \ No newline at end of file diff --git a/management/pullAnnouncements.py b/management/pullAnnouncements.py deleted file mode 100644 index 6d728c9b..00000000 --- a/management/pullAnnouncements.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd_command=`cat /usr/local/bin/mailinabox |grep cd` - -if[[cd_command]] \ No newline at end of file diff --git a/setup/agreement.py b/setup/agreement.py index 8ae270b6..8f78cddf 100644 --- a/setup/agreement.py +++ b/setup/agreement.py @@ -13,7 +13,6 @@ import sys import rtyaml -import collections def write_settings(config): fn = sys.argv[2] diff --git a/setup/questions.sh b/setup/questions.sh index b656d976..3e3aa76f 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -252,8 +252,4 @@ fi if [ -f /usr/bin/git ] && [ -d .git ]; then echo "Mail-in-a-Box Version: " $(git describe) fi -echo - -function get_I_AGREE_MAILINABOX(){ - echo "$I_AGREE_MAILINABOX" -} \ No newline at end of file +echo \ No newline at end of file