summaryrefslogtreecommitdiff
path: root/sast/manaplus.rpy-sast.py
diff options
context:
space:
mode:
Diffstat (limited to 'sast/manaplus.rpy-sast.py')
-rw-r--r--sast/manaplus.rpy-sast.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/sast/manaplus.rpy-sast.py b/sast/manaplus.rpy-sast.py
deleted file mode 100644
index 082c031..0000000
--- a/sast/manaplus.rpy-sast.py
+++ /dev/null
@@ -1,9 +0,0 @@
-if True:
- #############################################################################
- def download_manaplus(fname):
- installdir=get_path("manaplus")
- status_update("Downloading %s on RAM..." % fname, 62)
- r=requests.get(persistent.host+"/%s" % fname, timeout=60.0)
- if (r.status_code != 200):
- status_update("Failure retrieving M+: ERROR %d" % r.status_code)
- return False